From cb1612d82809a73d7699e1dfbb69b1dc6ffe2d02 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sat, 22 Jun 2024 17:55:16 +0100 Subject: [PATCH] Fix missile rack glitch (#23) * Adding autodeploy for new 'beta' branch * Fixing directory for beta deployment * Updating beta autodeploy with nvm info * Adding autodeploy for live site * Making autodeploy aware of its target branch name (#16) * Fixes for autodeploy (#17) * Autodeploy fixes (#18) * Fixes for autodeploy * Adding npm start command to build dist from coriolis-data * Adding missing Constants for Advanced and Enhanced Weaponry * Removing workflow code merged in by github --- src/app/shipyard/Constants.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/shipyard/Constants.js b/src/app/shipyard/Constants.js index a71a41eb..808fdcd4 100755 --- a/src/app/shipyard/Constants.js +++ b/src/app/shipyard/Constants.js @@ -25,7 +25,6 @@ export const ModuleGroupToName = { pd: 'Power Distributor', s: 'Sensors', ft: 'Fuel Tank', - pas: 'Planetary Approach Suite', // Internal fs: 'Fuel Scoop', @@ -60,6 +59,7 @@ export const ModuleGroupToName = { sua: 'Supercruise Assist', mlc: "Multi Limpet Controller", rpl: "Repair Limpet Controller", + pas: 'Planetary Approach Suite', // Hard Points bl: 'Beam Laser', @@ -77,11 +77,15 @@ export const ModuleGroupToName = { nl: 'Mine Launcher', ml: 'Mining Laser', mr: 'Missile Rack', + amr: 'Missile Rack (Advanced)', axmr: 'AX Missile Rack', + axmre: 'AX Missile Rack (Enhanced)', pa: 'Plasma Accelerator', po: 'Point Defence', mc: 'Multi-cannon', + advmc: 'Multi-cannon (Advanced)', axmc: 'AX Multi-cannon', + axmce: 'AX Multi-cannon (Enhanced)', pl: 'Pulse Laser', rg: 'Rail Gun', sb: 'Shield Booster',