Update weather.py
This commit is contained in:
parent
6936b767ff
commit
231d545739
|
@ -595,6 +595,7 @@ class Runoff(Weather):
|
||||||
|
|
||||||
def __init__(self, game):
|
def __init__(self, game):
|
||||||
self.overflow_out = False
|
self.overflow_out = False
|
||||||
|
self.out_extension = True
|
||||||
|
|
||||||
def post_activate(self, game, result):
|
def post_activate(self, game, result):
|
||||||
if game.outs >= 4:
|
if game.outs >= 4:
|
||||||
|
|
Loading…
Reference in a new issue