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 = [
{