or should be used not and
This commit is contained in:
parent
f502073e02
commit
2cd3397970
2
games.py
2
games.py
|
@ -210,7 +210,7 @@ class game(object):
|
||||||
if self.weather.name == "Crowstorm":
|
if self.weather.name == "Crowstorm":
|
||||||
randomchance = random.gauss(0,1)
|
randomchance = random.gauss(0,1)
|
||||||
print(randomchance)
|
print(randomchance)
|
||||||
if randomchance < -1.5 and randomchance > 1.5:
|
if randomchance < -1.5 or randomchance > 1.5:
|
||||||
outcome["ishit"] = False
|
outcome["ishit"] = False
|
||||||
fc_flag = False
|
fc_flag = False
|
||||||
outcome["text"] = appearance_outcomes.crows
|
outcome["text"] = appearance_outcomes.crows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user