rename assists to flight assists

This commit is contained in:
willyb321
2019-04-15 07:00:48 +10:00
parent e9273dcb9b
commit 6d6d31db25

View File

@@ -81,8 +81,8 @@ const GRPCAT = {
'sdm': 'mining', 'sdm': 'mining',
// Assists // Assists
'dc': 'assists', 'dc': 'flight assists',
'sua': 'assists', 'sua': 'flight assists',
}; };
// Order here is the order in which items will be shown in the modules menu // Order here is the order in which items will be shown in the modules menu
const CATEGORIES = { const CATEGORIES = {
@@ -97,7 +97,7 @@ const CATEGORIES = {
'rf': ['rf'], 'rf': ['rf'],
'shields': ['sg', 'bsg', 'psg', 'scb'], 'shields': ['sg', 'bsg', 'psg', 'scb'],
'structural reinforcement': ['hr', 'mrp'], 'structural reinforcement': ['hr', 'mrp'],
'assists': ['dc', 'sua'], 'flight assists': ['dc', 'sua'],
// Hardpoints // Hardpoints
'lasers': ['pl', 'ul', 'bl'], 'lasers': ['pl', 'ul', 'bl'],