1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Reduce cat possiblity

This commit is contained in:
Cooper Ransom 2024-02-28 21:30:52 -05:00
parent 917f4e7e7c
commit 5b56f2427d

View file

@ -198,7 +198,7 @@ function ParticlesCanvas() {
}
// Kitty easter egg
const shouldShowCat = Math.floor(Math.random() * 52) > 45;
const shouldShowCat = Math.floor(Math.random() * 51) > 45;
if (shouldShowCat) {
imageOverride = [
{