mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(event): end Cake
This commit is contained in:
@@ -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 () {}};
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user