Update weather.py

This commit is contained in:
Sakimori 2022-07-05 00:29:25 -04:00
parent 6936b767ff
commit 231d545739

View file

@ -595,6 +595,7 @@ class Runoff(Weather):
def __init__(self, game):
self.overflow_out = False
self.out_extension = True
def post_activate(self, game, result):
if game.outs >= 4: