From 9daced21e600bde90a5d282654075fe8aacc2f08 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Aug 2021 13:32:30 -0300 Subject: 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) --- npc/003-1/neko.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/003-1') 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; -- cgit v1.2.3-60-g2f50