feat(event): Habit Birthday 2017

This commit is contained in:
Sabe Jones
2017-01-31 18:30:39 +00:00
parent 809da8add0
commit 930a869365
16 changed files with 182 additions and 14 deletions

View File

@@ -149,12 +149,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: {