diff options
Diffstat (limited to 'client/map/items/pot.gd')
-rw-r--r-- | client/map/items/pot.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd index 7a4fe40b..2bed6a5c 100644 --- a/client/map/items/pot.gd +++ b/client/map/items/pot.gd @@ -31,8 +31,8 @@ func progress(position_: float, speed: float, warn: bool): else: steam.color = Color(1.,1.,1.) -func finish(warn: bool): - super(warn) +func finish(): + super() steam.emitting = false func setup_sounds(): |