From 0709acf48a1bde9fc4364bd3d6825792116da404 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 21:56:45 -0500 Subject: [PATCH] FC_flag added to crows --- games.py | 1 + 1 file changed, 1 insertion(+) diff --git a/games.py b/games.py index e8e6543..4887294 100644 --- a/games.py +++ b/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: