oops! the revolver was fully loaded for a second there!
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user