diff --git a/src/base-environments/youth_room/youth_room.gd b/src/base-environments/youth_room/youth_room.gd index 112aec5..65cadf4 100644 --- a/src/base-environments/youth_room/youth_room.gd +++ b/src/base-environments/youth_room/youth_room.gd @@ -28,7 +28,7 @@ func start_room_async(): %SceneAnimationPlayer.start_soundtrack() if not State.save_game.childhood_board_complete: - P.instruction.call_deferred("Find all three Momentos to collect all thoughts") + P.instruction.call_deferred("Find all three Momentos to collect all thoughts.") Scenes.player_enable.emit(true)