Fix proabilty on gangster

This commit is contained in:
Cooper Ransom 2024-03-11 21:06:50 -04:00
parent 924da37b4e
commit a9da2d5ef6

View file

@ -348,7 +348,7 @@ function ParticlesCanvas() {
}
// Gangster easter egg
const shouldShowCowboy = Math.random() < 0.98; // 3%
const shouldShowCowboy = Math.random() < 0.5; // 5%
if (shouldShowCowboy) {
imageOverride = [
{