diff options
-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; |