mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
4/20 update !
This commit is contained in:
parent
b827256815
commit
049a91cb2b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue