From 35ced6237bd27f7e56a322d638c6e516415d5ea6 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Thu, 14 Aug 2025 19:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AB=E9=9F=B3=E7=9B=92=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scene/little_game/八音盒/八音盒.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/little_game/八音盒/八音盒.gd b/scene/little_game/八音盒/八音盒.gd index 2cf87a6a..69133525 100644 --- a/scene/little_game/八音盒/八音盒.gd +++ b/scene/little_game/八音盒/八音盒.gd @@ -273,7 +273,7 @@ func _chechout_stage(s: int, play_sfx := true) -> void: sfx_close_lid.play() 1: if not ArchiveManager.get_global_value(&"c02_musicbox_has_opened"): - ArchiveManager.set_global_entry(&"c02_musicbox_has_opened", false) + ArchiveManager.set_global_entry(&"c02_musicbox_has_opened", true) SceneManager.pop_center_notification("c02_s02_八音盒缺人偶") else: SceneManager.pop_center_notification("ui_center_notify_use_prop")