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

Fix kitty easter egg chances

This commit is contained in:
Cooper Ransom 2024-02-28 00:30:11 -05:00
parent 341c253d6e
commit d7e20c81b7

View file

@ -184,7 +184,7 @@ function ParticlesCanvas() {
}
// Kitty easter egg
const shouldShowCat = Math.floor(Math.random() * 90) > 50;
const shouldShowCat = Math.floor(Math.random() * 83) > 50;
if (shouldShowCat) {
imageOverride = [
{