mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-04 16:47: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
|
// Kitty easter egg
|
||||||
const shouldShowCat = Math.floor(Math.random() * 100) < 18;
|
const shouldShowCat = Math.floor(Math.random() * 75) < 18;
|
||||||
if (shouldShowCat) {
|
if (shouldShowCat) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue