Update probability for guns easter egg

This commit is contained in:
sudo-flix 2024-03-11 23:14:04 -04:00 committed by GitHub
parent a9da2d5ef6
commit 8a4cd3b435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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