diff --git a/src/app/components/AvailableModulesMenu.jsx b/src/app/components/AvailableModulesMenu.jsx index f712c938..5f846e7e 100644 --- a/src/app/components/AvailableModulesMenu.jsx +++ b/src/app/components/AvailableModulesMenu.jsx @@ -78,7 +78,11 @@ const GRPCAT = { // Mining 'scl': 'mining', 'pwa': 'mining', - 'sdm': 'mining' + 'sdm': 'mining', + + // Assists + 'dc': 'assists', + 'sua': 'assists', }; // Order here is the order in which items will be shown in the modules menu const CATEGORIES = { @@ -93,7 +97,8 @@ const CATEGORIES = { 'rf': ['rf'], 'shields': ['sg', 'bsg', 'psg', 'scb'], 'structural reinforcement': ['hr', 'mrp'], - 'dc': ['dc'], + 'assists': ['dc', 'sua'], + // Hardpoints 'lasers': ['pl', 'ul', 'bl'], 'projectiles': ['mc', 'c', 'fc', 'pa', 'rg'], diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json index 082fd711..6e05a98b 100644 --- a/src/app/i18n/en.json +++ b/src/app/i18n/en.json @@ -153,6 +153,7 @@ "sfn": "Shutdown Field Neutraliser", "sg": "Shield Generator", "ss": "Surface Scanners", + "sua": "Supercruise Assist", "t": "thrusters", "tp": "Torpedo Pylon", "ul": "Burst Laser", diff --git a/src/app/shipyard/Constants.js b/src/app/shipyard/Constants.js index 60dd67d2..e21427fb 100755 --- a/src/app/shipyard/Constants.js +++ b/src/app/shipyard/Constants.js @@ -57,6 +57,7 @@ export const ModuleGroupToName = { ghrp: 'Guardian Hull Reinforcement Package', gmrp: 'Guardian Module Reinforcement Package', mahr: 'Meta Alloy Hull Reinforcement Package', + sua: 'Supercruise Assist', // Hard Points bl: 'Beam Laser',