A couple of tweaks on quests.

This commit is contained in:
Storm Dragon
2026-01-24 18:39:12 -05:00
parent 1b76ccc129
commit 32a8d86f33
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ int run_escape_from_hel() {
instructions.insert_last("=== Escape from Hel ===");
instructions.insert_last("");
instructions.insert_last("You are fleeing from the realm of the dead!");
instructions.insert_last("You have plundered the treasure, and the Draugr are displeased.!");
instructions.insert_last("");
instructions.insert_last("How to play:");
instructions.insert_last(" - You run automatically, speed increases over time");
@@ -16,7 +17,6 @@ int run_escape_from_hel() {
instructions.insert_last("Close this screen to begin.");
text_reader_lines(instructions, "Quest Instructions", true);
speak_with_history("Starting.", true);
wait(500);
int score = 0;