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