From 82d0251fed6d40f28e538c68c543f4290b198ae6 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 1 Feb 2022 15:21:53 -0600 Subject: [PATCH] fix(event): extend 24h because i derped --- 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 9dfee0a4cf..355863c8dc 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('2022-02-01T20:00-05:00') ? 'Cake' : 'Normal'; +const FOOD_SEASON = moment().isBefore('2022-02-02T20:00-05:00') ? 'Cake' : 'Normal'; api.food = { Meat: {