fix(birthday): market cake

This commit is contained in:
SabreCat
2022-01-31 19:17:08 -06:00
parent f3cd461145
commit 2ae36f64ad

View File

@@ -187,7 +187,7 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo; api.mountInfo = stable.mountInfo;
// For seasonal events, change this constant: // For seasonal events, change this constant:
const FOOD_SEASON = moment().isBefore('2021-11-02T20:00-04:00') ? 'Candy' : 'Normal'; const FOOD_SEASON = moment().isBefore('2021-02-01T20:00-05:00') ? 'Cake' : 'Normal';
api.food = { api.food = {
Meat: { Meat: {