diff options
Diffstat (limited to 'npc/002-1/juliet.txt')
-rw-r--r-- | npc/002-1/juliet.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 82a8cc7f3..2507d8064 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -180,6 +180,9 @@ OnTouch: 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; + mesc b(l(".:: Main Quest 1-2 ::.")), 3; + msObjective(false, l("Talk to @@", l("Captain Nard"))); + next; } mainMenu; end; |