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")