fix(event): end Cake

This commit is contained in:
Sabe Jones
2019-02-02 13:10:56 -06:00
parent fd724a36ff
commit 5b7c4bf03f
2 changed files with 5 additions and 5 deletions

View File

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