From 1254024054680ca980d0693da0e13320b113b041 Mon Sep 17 00:00:00 2001 From: Tiger Jove Date: Mon, 12 Jan 2026 20:57:21 +0100 Subject: [PATCH] chg: removed self-healing warning --- src/logic-scenes/luna/playables/story_playable.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/logic-scenes/luna/playables/story_playable.gd b/src/logic-scenes/luna/playables/story_playable.gd index 98fedf7..e831dd1 100644 --- a/src/logic-scenes/luna/playables/story_playable.gd +++ b/src/logic-scenes/luna/playables/story_playable.gd @@ -93,7 +93,8 @@ func _rebuild(): substring_sizes.append(TranslationServer.translate(story_array[i]).strip_edges().length() + 1) if not paragraph_lengths[-1] == story_array.size()-1: paragraph_lengths.append(story_array.size()-1) - push_warning("Paragraph lenghts of scene %s are misconfigured!" % name) + # I removed this warning because this is just a self-healing postcondition? + #push_warning("Paragraph lenghts of scene %s are misconfigured!" % name) if paragraph_lengths[p] == i: p += 1 label.text += "[/p][p][font_size=8] [/font_size][/p][p]"