diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 74503a99a..bbd343974 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -39,7 +39,7 @@ close; - L_Greetings: +L_Greetings: speech S_LAST_BLANK_LINE, l("Greetings, wanderer. I am @@, chief of the Tulimshar guards. My wards are dying from dehydration in the sun. Bring them water and you will earn a reward.", .name$); select @@ -91,13 +91,13 @@ l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!"); return; - L_QuestDone: +L_QuestDone: mesn; mesq l("Thank you for your help."); if (getq(TulimsharQuest_Hasan) == 1) goto L_Hasan; return; - L_Hasan: +L_Hasan: select rif(getq(TulimsharQuest_Hasan) == 1, l("A guy named Hasan stole me!")), menuaction(l("Quit")); |