feat(event): Habitoween

This commit is contained in:
SabreCat
2017-10-30 20:40:29 +00:00
parent b31268fbc2
commit d5cedaa925
22 changed files with 138 additions and 13 deletions
+4 -4
View File
@@ -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;
+1
View File
@@ -86,6 +86,7 @@ let specialMounts = {
'Turkey-Gilded': 'gildedTurkey',
'Jackalope-RoyalPurple': 'royalPurpleJackalope',
'Aether-Invisible': 'invisibleAether',
'JackOLantern-Ghost': 'ghostJackolantern',
};
each(specialPets, (translationString, key) => {