aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/item.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/item.gd')
-rw-r--r--client/map/items/item.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/map/items/item.gd b/client/map/items/item.gd
index 2d801096..5c31d70f 100644
--- a/client/map/items/item.gd
+++ b/client/map/items/item.gd
@@ -79,6 +79,8 @@ func progress(position_: float, speed: float, warn: bool):
func finish():
progress_instance.visible = false
+ if sound_id != null:
+ Sound.item_finished(sound_id)
func setup_sounds():
take_sound.setup([preload("res://map/items/sounds/generic_take.ogg")])