diff options
-rw-r--r-- | npc/002-1/dan.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 34c5c888d..be0af1935 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -22,6 +22,7 @@ mesq l("They're scary, don't you think so?"); next; menu + rif(getq(ShipQuests_Julia) < 3, l("Do you know where I can find Nard?")), L_Nard, l("Yeah, they are."), -, l("I am not afraid of Pious."), L_Quest; @@ -89,6 +90,16 @@ L_Finished: mes l("(shivering) \"Ah, how I am afraid of pious!\""); close; +L_Nard: + mesn; + mesq l("Oh? Just go east of here. Keep going ##Bright##b, go down the stairs, and you'll be at his office already."); + next; + mesn; + mesq l("And to leave this cramped ship, just go past his office! But beware..."); + next; + mesn; + mesq l("There are Pious on the island as well! %%i"); + close; OnInit: .sex = G_MALE; |