diff options
Diffstat (limited to 'npc/002-1/juliet.txt')
-rw-r--r-- | npc/002-1/juliet.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 0c9e25c7a..15da71b6d 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -203,7 +203,8 @@ OnTouch: getitem BookOfLaws, 1; setq ShipQuests_Julia, 2; next; - mesq l("I think I'm done with that now. Do you have any questions?"); + mesq l("I think I'm done with that now. You should now look for captain Nard downstairs. He'll be waiting for you."); + mesq l("Do you have any questions?"); next; } mainMenu; |