diff --git a/src/app/components/AvailableModulesMenu.jsx b/src/app/components/AvailableModulesMenu.jsx index 2fc495d8..eac11b58 100644 --- a/src/app/components/AvailableModulesMenu.jsx +++ b/src/app/components/AvailableModulesMenu.jsx @@ -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'] }; /** diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json index ff504e94..d028c2a5 100644 --- a/src/app/i18n/en.json +++ b/src/app/i18n/en.json @@ -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", diff --git a/src/app/shipyard/Constants.js b/src/app/shipyard/Constants.js index 70569e65..2b3ebd8b 100755 --- a/src/app/shipyard/Constants.js +++ b/src/app/shipyard/Constants.js @@ -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',