add guardian mrps and hrps

This commit is contained in:
willyb321
2018-07-14 10:09:45 +10:00
parent 26e55afb29
commit fc657f3b2d
3 changed files with 9 additions and 3 deletions

View File

@@ -58,12 +58,14 @@ const GRPCAT = {
'po': 'defence',
'ec': 'defence',
'sfn': 'defence',
// Standard
// Guardian
'gpp': 'guardian',
'gpc': 'guardian',
'gsrp': 'guardian',
'ggc': 'guardian',
'gfsb': 'guardian'
'gfsb': 'guardian',
'gmrp': 'guardian',
'ghrp': 'guardian'
};
// Order here is the order in which items will be shown in the modules menu
const CATEGORIES = {
@@ -92,7 +94,7 @@ const CATEGORIES = {
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl'],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb']
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp']
};
/**