mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(content): Habitoween 2021
Royal Purple Jack-O-Lantern Mount, Candy, Spooky Gem Sale, Subscriber Mystery Items for November
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user