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