From 5e65d3337954c0764327fa9e6deecd121bacb486 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 21:43:47 -0500 Subject: [PATCH] Crow not Crows --- games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games.py b/games.py index 1fc374b..c637d34 100644 --- a/games.py +++ b/games.py @@ -255,7 +255,7 @@ class game(object): if 2.5 <= hitnum and self.outs < 2: #well hit flyouts can lead to sacrifice flies/advanced runners if self.bases[2] is not None or self.bases[3] is not None: outcome["advance"] = True - elif crows == False: + elif crow == False: outcome["ishit"] = True if hitnum < 1: outcome["text"] = appearance_outcomes.single