diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 7fab08921..927a8cabf 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -50,7 +50,12 @@ switch (@menu) { case 1: setq TulimsharQuest_WaterForGuard, 1; - speech S_FIRST_BLANK_LINE, l("Good luck! Come for remuneration when you finish!"); + mes ""; + mesn; + mesq l("Good luck! Come for remuneration when you finish!"); + next; + mesc l("Protip: You need an @@ full of water to get a reply from guards.", getitemlink(EmptyBottle)); + next; break; case 2: setq TulimsharQuest_Hasan, 2; |