debugging
This commit is contained in:
parent
5e65d33379
commit
ad7353270e
1
games.py
1
games.py
|
@ -209,6 +209,7 @@ class game(object):
|
||||||
|
|
||||||
if weather.name == "Crowstorm":
|
if weather.name == "Crowstorm":
|
||||||
randomchance = random.gauss(0,1)
|
randomchance = random.gauss(0,1)
|
||||||
|
print(randomchance)
|
||||||
if randomchance > -1.5 and randomchance < 1.5:
|
if randomchance > -1.5 and randomchance < 1.5:
|
||||||
outcome["ishit"] = False
|
outcome["ishit"] = False
|
||||||
outcome["text"] = appearance_outcomes.crows
|
outcome["text"] = appearance_outcomes.crows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user