mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update probability for guns easter egg
This commit is contained in:
parent
a9da2d5ef6
commit
8a4cd3b435
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ function ParticlesCanvas() {
|
|||
}
|
||||
|
||||
// Gangster easter egg
|
||||
const shouldShowCowboy = Math.random() < 0.5; // 5%
|
||||
const shouldShowCowboy = Math.random() < 0.05; // 5%
|
||||
if (shouldShowCowboy) {
|
||||
imageOverride = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue