Merge pull request #768 from Brighter-Applications/develop

Fix missile rack glitch (#23)
This commit is contained in:
David Sangrey
2024-06-24 10:17:27 -04:00
committed by GitHub

View File

@@ -25,7 +25,6 @@ export const ModuleGroupToName = {
pd: 'Power Distributor', pd: 'Power Distributor',
s: 'Sensors', s: 'Sensors',
ft: 'Fuel Tank', ft: 'Fuel Tank',
pas: 'Planetary Approach Suite',
// Internal // Internal
fs: 'Fuel Scoop', fs: 'Fuel Scoop',
@@ -60,6 +59,7 @@ export const ModuleGroupToName = {
sua: 'Supercruise Assist', sua: 'Supercruise Assist',
mlc: "Multi Limpet Controller", mlc: "Multi Limpet Controller",
rpl: "Repair Limpet Controller", rpl: "Repair Limpet Controller",
pas: 'Planetary Approach Suite',
// Hard Points // Hard Points
bl: 'Beam Laser', bl: 'Beam Laser',
@@ -77,11 +77,15 @@ export const ModuleGroupToName = {
nl: 'Mine Launcher', nl: 'Mine Launcher',
ml: 'Mining Laser', ml: 'Mining Laser',
mr: 'Missile Rack', mr: 'Missile Rack',
amr: 'Missile Rack (Advanced)',
axmr: 'AX Missile Rack', axmr: 'AX Missile Rack',
axmre: 'AX Missile Rack (Enhanced)',
pa: 'Plasma Accelerator', pa: 'Plasma Accelerator',
po: 'Point Defence', po: 'Point Defence',
mc: 'Multi-cannon', mc: 'Multi-cannon',
advmc: 'Multi-cannon (Advanced)',
axmc: 'AX Multi-cannon', axmc: 'AX Multi-cannon',
axmce: 'AX Multi-cannon (Enhanced)',
pl: 'Pulse Laser', pl: 'Pulse Laser',
rg: 'Rail Gun', rg: 'Rail Gun',
sb: 'Shield Booster', sb: 'Shield Booster',