A couple of tweaks on quests.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user