move dc to assists category, 3.4 prep

This commit is contained in:
willyb321
2019-04-15 06:43:55 +10:00
parent 2bdc4562c6
commit e9273dcb9b
3 changed files with 9 additions and 2 deletions

View File

@@ -78,7 +78,11 @@ const GRPCAT = {
// Mining
'scl': 'mining',
'pwa': 'mining',
'sdm': 'mining'
'sdm': 'mining',
// Assists
'dc': 'assists',
'sua': 'assists',
};
// Order here is the order in which items will be shown in the modules menu
const CATEGORIES = {
@@ -93,7 +97,8 @@ const CATEGORIES = {
'rf': ['rf'],
'shields': ['sg', 'bsg', 'psg', 'scb'],
'structural reinforcement': ['hr', 'mrp'],
'dc': ['dc'],
'assists': ['dc', 'sua'],
// Hardpoints
'lasers': ['pl', 'ul', 'bl'],
'projectiles': ['mc', 'c', 'fc', 'pa', 'rg'],