guardian shard cannon

This commit is contained in:
willyb321
2018-07-14 10:52:28 +10:00
parent f7a2408e44
commit 72ea3f125e
3 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ const GRPCAT = {
'ggc': 'guardian',
'gfsb': 'guardian',
'gmrp': 'guardian',
'gsc': 'guardian',
'ghrp': 'guardian'
};
// Order here is the order in which items will be shown in the modules menu
@@ -95,7 +96,7 @@ const CATEGORIES = {
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl', 'tbsc'],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp']
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc']
};
/**