added comment for OBL
This commit is contained in:
parent
e9df244446
commit
c92b44d3ba
1
games.py
1
games.py
|
@ -674,6 +674,7 @@ class game(object):
|
||||||
self.inning += 1
|
self.inning += 1
|
||||||
if self.inning > self.max_innings and self.teams["home"].score != self.teams["away"].score: #game over
|
if self.inning > self.max_innings and self.teams["home"].score != self.teams["away"].score: #game over
|
||||||
self.over = True
|
self.over = True
|
||||||
|
#do the One Big League stuff here
|
||||||
self.top_of_inning = not self.top_of_inning
|
self.top_of_inning = not self.top_of_inning
|
||||||
|
|
||||||
if self.weather.name == "Drizzle":
|
if self.weather.name == "Drizzle":
|
||||||
|
|
Loading…
Reference in a new issue