feat(event): Habitoween
This commit is contained in:
@@ -251,10 +251,10 @@ api.specialMounts = stable.specialMounts;
|
||||
api.mountInfo = stable.mountInfo;
|
||||
|
||||
// For seasonal events, change these booleans:
|
||||
let canBuyNormalFood = true;
|
||||
let canDropNormalFood = true;
|
||||
let canBuyCandyFood = false;
|
||||
let canDropCandyFood = false;
|
||||
let canBuyNormalFood = false;
|
||||
let canDropNormalFood = false;
|
||||
let canBuyCandyFood = true;
|
||||
let canDropCandyFood = true;
|
||||
let canBuyCakeFood = false;
|
||||
let canDropCakeFood = false;
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@ let specialMounts = {
|
||||
'Turkey-Gilded': 'gildedTurkey',
|
||||
'Jackalope-RoyalPurple': 'royalPurpleJackalope',
|
||||
'Aether-Invisible': 'invisibleAether',
|
||||
'JackOLantern-Ghost': 'ghostJackolantern',
|
||||
};
|
||||
|
||||
each(specialPets, (translationString, key) => {
|
||||
|
||||
Reference in New Issue
Block a user