FC_flag added to crows
This commit is contained in:
parent
6220d8d5ae
commit
0709acf48a
1
games.py
1
games.py
@ -212,6 +212,7 @@ class game(object):
|
||||
print(randomchance)
|
||||
if randomchance > -1.5 and randomchance < 1.5:
|
||||
outcome["ishit"] = False
|
||||
fc_flag = False
|
||||
outcome["text"] = appearance_outcomes.crows
|
||||
crow = True
|
||||
elif pb_system_stat <= 0 and crow == False:
|
||||
|
Loading…
x
Reference in New Issue
Block a user