mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 02:04:10 +00:00
fix(event): decakeify
This commit is contained in:
parent
1cc3633e64
commit
34145ed8ca
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import {
|
|||
} from '../../../helpers/common.helper';
|
||||
|
||||
describe('shared.ops.purchase', () => {
|
||||
const SEASONAL_FOOD = 'Cake_Base';
|
||||
const SEASONAL_FOOD = 'Meat';
|
||||
let user;
|
||||
const goldPoints = 40;
|
||||
const analytics = { track () {} };
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ api.mountInfo = stable.mountInfo;
|
|||
|
||||
// For seasonal events, change this constant:
|
||||
|
||||
const FOOD_SEASON = 'Cake';
|
||||
const FOOD_SEASON = 'Normal';
|
||||
|
||||
api.food = {
|
||||
Meat: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue