added comment for OBL

This commit is contained in:
Sakimori 2021-02-22 11:58:44 -05:00
parent e9df244446
commit c92b44d3ba

View file

@ -674,6 +674,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
#do the One Big League stuff here
self.top_of_inning = not self.top_of_inning
if self.weather.name == "Drizzle":