diff --git a/__main__.py b/__main__.py index c2d76e4..70146b4 100644 --- a/__main__.py +++ b/__main__.py @@ -1,6 +1,8 @@ import pygame from random import randint +#Oh god here we go. I'm gonna screw up this entire thing + def fire():#LETS GO GAMBLING if randint(1,6) == 6: PlaySound(GunShot)