aboutsummaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items')
-rw-r--r--client/map/items/item.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/item.gd b/client/map/items/item.gd
index d1bb71f7..fb55b230 100644
--- a/client/map/items/item.gd
+++ b/client/map/items/item.gd
@@ -31,6 +31,7 @@ func _init(owned_by_: Node3D):
put_sound.volume_db = -16
add_child(take_sound)
add_child(put_sound)
+ setup_sounds()
base.position = base_position()
add_child(base)
owned_by = owned_by_