candy hotfix
This commit is contained in:
parent
e1f417742b
commit
347250039b
|
|
@ -10226,7 +10226,7 @@ var currentMonth = new Date().getMonth();
|
||||||
if (currentMonth == 9) { // October
|
if (currentMonth == 9) { // October
|
||||||
elements.pumpkin_seed.hidden = false;
|
elements.pumpkin_seed.hidden = false;
|
||||||
}
|
}
|
||||||
else if (currentMonth == 10) { // December
|
else if (currentMonth == 11) { // December
|
||||||
elements.candy.colorPattern = [
|
elements.candy.colorPattern = [
|
||||||
"WWRRRWWRRR",
|
"WWRRRWWRRR",
|
||||||
"WWRRWWWRRW",
|
"WWRRWWWRRW",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue