This commit is contained in:
Sakimori 2021-06-27 16:31:26 -04:00
parent 2415f1fdb3
commit 5e7ec9c2f5

View file

@ -690,7 +690,7 @@ class game(object):
self.inning += 1
if self.inning > self.max_innings and self.teams["home"].score != self.teams["away"].score: #game over
self.over = True
if self.max_innings >= 9:
if self.max_innings >= 9 or self.weather.name in ["Leaf Eddies"]:
if self.teams["home"].score == 16:
this_xvi_team = self.teams["home"]
elif self.teams["away"].score == 16: