diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/darlin.txt | 4 |
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; |