feat(event): Pi Day

This commit is contained in:
SabreCat
2023-03-14 09:12:39 -05:00
parent 8dcacdc92e
commit 383cd84016
3 changed files with 19 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo;
// For seasonal events, change this constant:
const FOOD_SEASON = moment().isBefore('2022-02-02T20:00-05:00') ? 'Cake' : 'Normal';
const FOOD_SEASON = moment().isBefore('2023-03-15T12:00-05:00') ? 'Pie' : 'Normal';
api.food = {
Meat: {