From ad7353270ee403f1a8b35aeaf564fec3d8ca4fa2 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 21:49:17 -0500 Subject: [PATCH] debugging --- games.py | 1 + 1 file changed, 1 insertion(+) diff --git a/games.py b/games.py index c637d34..353baa2 100644 --- a/games.py +++ b/games.py @@ -209,6 +209,7 @@ class game(object): if weather.name == "Crowstorm": randomchance = random.gauss(0,1) + print(randomchance) if randomchance > -1.5 and randomchance < 1.5: outcome["ishit"] = False outcome["text"] = appearance_outcomes.crows