This commit is contained in:
willyb321
2018-06-29 07:39:59 +10:00
parent fefa74ce0f
commit de1f1f790e
3 changed files with 4 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ const GRPCAT = {
// Standard
'gpp': 'guardian',
'gpc': 'guardian',
'gsrp': 'guardian',
'ggc': 'guardian'
};
// Order here is the order in which items will be shown in the modules menu
@@ -90,7 +91,7 @@ const CATEGORIES = {
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl'],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc']
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp']
};
/**

View File

@@ -124,6 +124,7 @@
"gpd": "Guardian Hybrid Power Distributor",
"gpc": "Guardian Plasma Charger",
"ggc": "Guardian Gauss Cannon",
"gsrp": "Guardian Shield Reinforcement Package",
"psg": "Prismatic Shield Generator",
"pv": "Planetary Vehicle Hangar",
"rf": "Refinery",

View File

@@ -52,6 +52,7 @@ export const ModuleGroupToName = {
pcq: 'Luxury Passenger Cabin',
cc: 'Collector Limpet Controller',
ss: 'Surface Scanner',
gsrp: 'Guardian Shield Reinforcement Packages',
// Hard Points
bl: 'Beam Laser',