FC_flag added to crows

This commit is contained in:
Kevin Rode 2021-01-03 21:56:45 -05:00
parent 6220d8d5ae
commit 0709acf48a

View File

@ -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: