From dabf97927dcdb665c53a674d1a68e2a72af42850 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Fri, 11 Jul 2025 01:43:02 +0800 Subject: [PATCH] important prop inspect sfx --- scene/ux/prop_hud.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/ux/prop_hud.gd b/scene/ux/prop_hud.gd index ba5d0674..d3272628 100644 --- a/scene/ux/prop_hud.gd +++ b/scene/ux/prop_hud.gd @@ -478,6 +478,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)