feat(content): Habitoween 2021

Royal Purple Jack-O-Lantern Mount, Candy, Spooky Gem Sale, Subscriber 
Mystery Items for November
This commit is contained in:
Sabe Jones
2021-10-28 13:52:46 -05:00
parent 7044c497a2
commit 5e71abe64f
16 changed files with 119 additions and 18 deletions

View File

@@ -128,6 +128,7 @@ const canFindSpecial = {
'JackOLantern-Base': false,
'JackOLantern-Glow': false,
'JackOLantern-Ghost': false,
'JackOLantern-RoyalPurple': false,
// Naming Day
'Gryphon-RoyalPurple': false,
// Summer Splash Orca
@@ -194,6 +195,7 @@ const specialMounts = {
'Hippogriff-Hopeful': 'hopefulHippogriffMount',
'Gryphon-Gryphatrice': 'gryphatrice',
'JackOLantern-Glow': 'glowJackolantern',
'JackOLantern-RoyalPurple': 'royalPurpleJackolantern',
};
each(specialPets, (translationString, key) => {