feat(content): Habitica Birthday 2019

This commit is contained in:
Sabe Jones
2019-01-31 17:10:56 -06:00
parent 4e8c08ba9b
commit b1f42dcac9
15 changed files with 129 additions and 14 deletions

View File

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