From 231d54573966fce40527ab0e6181575f64467edd Mon Sep 17 00:00:00 2001 From: Sakimori Date: Tue, 5 Jul 2022 00:29:25 -0400 Subject: [PATCH] Update weather.py --- weather.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weather.py b/weather.py index 900a7c9..4784610 100644 --- a/weather.py +++ b/weather.py @@ -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: