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

@@ -13,7 +13,7 @@ import forEach from 'lodash/forEach';
import moment from 'moment'; import moment from 'moment';
describe('shared.ops.purchase', () => { describe('shared.ops.purchase', () => {
const SEASONAL_FOOD = 'Cake_Base'; const SEASONAL_FOOD = 'Meat';
let user; let user;
let goldPoints = 40; let goldPoints = 40;
let analytics = {track () {}}; let analytics = {track () {}};

View File

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