diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-15 13:32:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-15 13:32:30 -0300 |
commit | 9daced21e600bde90a5d282654075fe8aacc2f08 (patch) | |
tree | a54763710ee61753e1a5298880f779ffa3cb019e /npc/003-1/neko.txt | |
parent | d068ea06888ecc31588d275e6f057e3e1869e506 (diff) | |
download | serverdata-9daced21e600bde90a5d282654075fe8aacc2f08.tar.gz serverdata-9daced21e600bde90a5d282654075fe8aacc2f08.tar.bz2 serverdata-9daced21e600bde90a5d282654075fe8aacc2f08.tar.xz serverdata-9daced21e600bde90a5d282654075fe8aacc2f08.zip |
Neko: If player has not finished Anwar yet and used tutorial, send them to Anwar.
The Farmer Pants come before Jeans Shorts, after all.
Also, take the chance to explain about bleaching dyes (no one uses that feature)
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 0a887d7a8..7f4bc356d 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -33,6 +33,14 @@ mesn; mesq l("If you bring friends, I'm sure they'll be no match. Ah... How many people already lost their shorts to Cave Snakes?"); next; + if (getq(TulimsharQuest_AnwarField) < 10 && TUTORIAL) { + mesn; + mesq l("Actually, Anwar offered me some ugly, bright orange pants. I thanked him, of course, I prefer this robe than... that."); + next; + mesn; + mesq l("Thinking well, I've heard Cyndala could bleach these pants for free; Must be because their ugliness."); + next; + } } if (@menu == 3) { getexp rand(120,200), 0; |