diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-15 03:58:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-15 03:58:05 -0300 |
commit | a9e10ac950321f79929bcd9732312f8096017705 (patch) | |
tree | 9fcfaf18926d37d5b728c0f19aeb70c81b2191e1 /npc/002-1/dan.txt | |
parent | f39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2 (diff) | |
download | serverdata-a9e10ac950321f79929bcd9732312f8096017705.tar.gz serverdata-a9e10ac950321f79929bcd9732312f8096017705.tar.bz2 serverdata-a9e10ac950321f79929bcd9732312f8096017705.tar.xz serverdata-a9e10ac950321f79929bcd9732312f8096017705.zip |
[skip ci] Dan - Inform about Nard's whereabouts as well.
Diffstat (limited to 'npc/002-1/dan.txt')
-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; |