4/20 update !

This commit is contained in:
Cooper Ransom 2024-04-20 00:07:10 -04:00
parent b827256815
commit 049a91cb2b
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function ParticlesCanvas() {
imageParticleCount = particleCount * 0.075;
break;
case (month === 4 && day === 20) || Math.random() < 0.25:
case month + 1 === 4 && day === 20:
imageOverride = [
{
image: "/lightbar-images/weed.png",