Merge remote-tracking branch 'origin/demo'

This commit is contained in:
cakipaul 2025-07-11 01:43:14 +08:00
commit f15e955dec

View File

@ -462,6 +462,7 @@ func enable_important_item(prop_key: String, display_inspector: bool) -> void:
inventory.enable_important_item(prop_key) inventory.enable_important_item(prop_key)
SceneManager.pop_notification("ui_notify_important_item_update") SceneManager.pop_notification("ui_notify_important_item_update")
if display_inspector: if display_inspector:
sfx_inspect.play()
inspect_item(prop_key, true, true) inspect_item(prop_key, true, true)