summaryrefslogtreecommitdiff
path: root/npc/000-1/darlin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/darlin.txt')
-rw-r--r--npc/000-1/darlin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index ec2decd9..aaff5f7b 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -135,7 +135,7 @@ l_Quit:
close;
l_QuestGiven:
- mesq l("EHOO") + " " + strcharinfo(0) + "!";
+ mesq l("HEY") + " " + strcharinfo(0) + "!";
next;
mesq l("DID YOU FIND OUT WHAT THE LIGHT WAS?");
next;
@@ -176,7 +176,7 @@ l_DangerAround:
close;
l_QuestDone:
- mesq l("EHOO") + " " + strcharinfo(0) + "!";
+ mesq l("HEY") + " " + strcharinfo(0) + "!";
next;
goto l_Menu;