reboved dug messages

This commit is contained in:
Kevin Rode 2021-01-03 22:28:57 -05:00
parent 2cd3397970
commit 19b6d0649e

View File

@ -209,7 +209,6 @@ class game(object):
if self.weather.name == "Crowstorm":
randomchance = random.gauss(0,1)
print(randomchance)
if randomchance < -1.5 or randomchance > 1.5:
outcome["ishit"] = False
fc_flag = False