From 347250039b86acfd6c7c50c7ace1aed30123987c Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:00:25 -0500 Subject: [PATCH] candy hotfix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fe10dc01..3bd78e2b 100644 --- a/index.html +++ b/index.html @@ -10226,7 +10226,7 @@ var currentMonth = new Date().getMonth(); if (currentMonth == 9) { // October elements.pumpkin_seed.hidden = false; } -else if (currentMonth == 10) { // December +else if (currentMonth == 11) { // December elements.candy.colorPattern = [ "WWRRRWWRRR", "WWRRWWWRRW",