Please work crows
This commit is contained in:
parent
b6f4bf6396
commit
3cc53d453b
2
games.py
2
games.py
|
@ -211,8 +211,6 @@ class game(object):
|
||||||
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 and randomchance > 1.5:
|
||||||
outcome["ishit"] = False
|
|
||||||
fc_flag = False
|
|
||||||
outcome["text"] = appearance_outcomes.crows
|
outcome["text"] = appearance_outcomes.crows
|
||||||
crow = True
|
crow = True
|
||||||
elif pb_system_stat <= 0 and crow == False:
|
elif pb_system_stat <= 0 and crow == False:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user