mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
reduce cat change again
This commit is contained in:
parent
df3f5c7837
commit
da73c05764
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ function ParticlesCanvas() {
|
|||
}
|
||||
|
||||
// Kitty easter egg
|
||||
const shouldShowCat = Math.floor(Math.random() * 100) < 18;
|
||||
const shouldShowCat = Math.floor(Math.random() * 75) < 18;
|
||||
if (shouldShowCat) {
|
||||
imageOverride = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue