mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Merge pull request #768 from Brighter-Applications/develop
Fix missile rack glitch (#23)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user