feat(event): Habit Birthday 2018

This commit is contained in:
SabreCat
2018-01-30 21:25:19 +00:00
parent 1f1459b0d8
commit cee4d7e87b
29 changed files with 155 additions and 19 deletions

View File

@@ -266,12 +266,12 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo;
// For seasonal events, change these booleans:
let canBuyNormalFood = true;
let canDropNormalFood = true;
let canBuyNormalFood = false;
let canDropNormalFood = false;
let canBuyCandyFood = false;
let canDropCandyFood = false;
let canBuyCakeFood = false;
let canDropCakeFood = false;
let canBuyCakeFood = true;
let canDropCakeFood = true;
api.food = {
Meat: {