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'],