mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Reduce cat possiblity
This commit is contained in:
parent
917f4e7e7c
commit
5b56f2427d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ function ParticlesCanvas() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Kitty easter egg
|
// Kitty easter egg
|
||||||
const shouldShowCat = Math.floor(Math.random() * 52) > 45;
|
const shouldShowCat = Math.floor(Math.random() * 51) > 45;
|
||||||
if (shouldShowCat) {
|
if (shouldShowCat) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue