From f127b5fbee16a640b5cd5da94cc140f969d81231 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sun, 3 Mar 2024 21:55:40 -0500 Subject: [PATCH] fix pirate easter egg chance --- 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 0cc193dd..87a31432 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -288,7 +288,7 @@ function ParticlesCanvas() { } // Pirate easter egg - const shouldShowPirate = Math.random() < 0.9; // 3% + const shouldShowPirate = Math.random() < 0.075; // 7.5% if (shouldShowPirate) { imageOverride = [ {