From f21e27b0d7bc42bc79739d48baa41949372f94ca Mon Sep 17 00:00:00 2001 From: TRS_MML Date: Sun, 15 Jun 2025 21:16:38 +0100 Subject: [PATCH] oops! the revolver was fully loaded for a second there! --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 32e1b21..08c5e66 100644 --- a/__main__.py +++ b/__main__.py @@ -31,7 +31,7 @@ spinning = False spinInc = 0 def fire(shockScale):#LETS GO GAMBLING - if randint(6,6) == 6: + if randint(1,6) == 6: PlaySound(GunShot) return 0.04 #remember to add shock