diff --git a/scene/ux/prop_hud.gd b/scene/ux/prop_hud.gd index d4771160..50e0c07b 100644 --- a/scene/ux/prop_hud.gd +++ b/scene/ux/prop_hud.gd @@ -462,6 +462,7 @@ func enable_important_item(prop_key: String, display_inspector: bool) -> void: inventory.enable_important_item(prop_key) SceneManager.pop_notification("ui_notify_important_item_update") if display_inspector: + sfx_inspect.play() inspect_item(prop_key, true, true)