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)
|
print(randomchance)
|
||||||
if randomchance > -1.5 and randomchance < 1.5:
|
if randomchance > -1.5 and randomchance < 1.5:
|
||||||
outcome["ishit"] = False
|
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