Forgot Remote Release Flak Launcher

This commit is contained in:
Sean McIntyre
2018-01-22 16:43:29 -05:00
parent d82cd6a89e
commit 56ca73b4ad
3 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ const GRPCAT = {
'mc': 'projectiles',
'axmc': 'projectiles',
'fc': 'projectiles',
'rfl': 'projectiles',
'pa': 'projectiles',
'rg': 'projectiles',
'mr': 'ordnance',
@@ -73,7 +74,7 @@ const CATEGORIES = {
'dc': ['dc'],
// Hardpoints
'lasers': ['pl', 'ul', 'bl', 'ml'],
'projectiles': ['mc', 'axmc', 'c', 'fc', 'pa', 'rg'],
'projectiles': ['mc', 'axmc', 'c', 'fc', 'rfl', 'pa', 'rg'],
'ordnance': ['mr', 'axmr', 'tp', 'nl'],
// Utilities
'sb': ['sb'],

View File

@@ -118,6 +118,7 @@
"psg": "Prismatic Shield Generator",
"pv": "Planetary Vehicle Hangar",
"rf": "Refinery",
"rfl": "Remote Release Flak Launcher",
"rg": "Rail Gun",
"s": "Sensors",
"sb": "Shield Booster",

View File

@@ -58,6 +58,7 @@ export const ModuleGroupToName = {
cm: 'Countermeasure',
ec: 'Electronic Countermeasure',
fc: 'Fragment Cannon',
rfl: 'Remote Release Flak Launcher',
hs: 'Heat Sink Launcher',
ws: 'Frame Shift Wake Scanner',
kw: 'Kill Warrant Scanner',