From 8a4cd3b435522164289ed5c4705555d8fc84cdd1 Mon Sep 17 00:00:00 2001 From: sudo-flix <161381289+sudo-flix@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:14:04 -0400 Subject: [PATCH] Update probability for guns easter egg --- 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 a8ef420f..827c4eac 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.5; // 5% + const shouldShowCowboy = Math.random() < 0.05; // 5% if (shouldShowCowboy) { imageOverride = [ {