This commit is contained in:
Sakimori 2022-07-05 00:28:12 -04:00
commit 6936b767ff

View file

@ -594,7 +594,6 @@ class Runoff(Weather):
duration_range = [2,4] duration_range = [2,4]
def __init__(self, game): def __init__(self, game):
self.out_extension = True
self.overflow_out = False self.overflow_out = False
def post_activate(self, game, result): def post_activate(self, game, result):