fix(event): Cake in shops and drops

This commit is contained in:
Sabe Jones
2021-01-28 16:59:43 -06:00
parent b63dcf74ca
commit 03794f292d

View File

@@ -185,7 +185,7 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo;
// For seasonal events, change this constant:
const FOOD_SEASON = 'Normal';
const FOOD_SEASON = moment().isBefore('2021-02-02') ? 'Cake' : 'Normal';
api.food = {
Meat: {