reboved dug messages
This commit is contained in:
parent
2cd3397970
commit
19b6d0649e
1
games.py
1
games.py
|
@ -209,7 +209,6 @@ 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)
|
|
||||||
if randomchance < -1.5 or randomchance > 1.5:
|
if randomchance < -1.5 or randomchance > 1.5:
|
||||||
outcome["ishit"] = False
|
outcome["ishit"] = False
|
||||||
fc_flag = False
|
fc_flag = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user