From a9da2d5ef6f83dd27e6da2c03382cf69f21b1c92 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 11 Mar 2024 21:06:50 -0400 Subject: [PATCH] Fix proabilty on gangster --- src/components/utils/Lightbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/Lightbar.tsx b/src/components/utils/Lightbar.tsx index d0e4e661..a8ef420f 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -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 = [ {