From 2ae36f64ad15955617bcff67108007facd5dfde1 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jan 2022 19:17:08 -0600 Subject: [PATCH] fix(birthday): market cake --- website/common/script/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index f697d8d9c6..4784651deb 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -187,7 +187,7 @@ api.specialMounts = stable.specialMounts; api.mountInfo = stable.mountInfo; // 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 = { Meat: {