oops! the revolver was fully loaded for a second there!

This commit is contained in:
2025-06-15 21:16:38 +01:00
parent 85ac7c199d
commit f21e27b0d7

View File

@ -31,7 +31,7 @@ spinning = False
spinInc = 0 spinInc = 0
def fire(shockScale):#LETS GO GAMBLING def fire(shockScale):#LETS GO GAMBLING
if randint(6,6) == 6: if randint(1,6) == 6:
PlaySound(GunShot) PlaySound(GunShot)
return 0.04 return 0.04
#remember to add shock #remember to add shock