summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-28 11:31:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-28 11:31:05 -0300
commit888748a84d7b7a8f7ed9410ebaa7ced667e0e46a (patch)
tree80eeb5a46eede84492657c62d870814ff3186834
parent425b9c265aae627f0986d945bfc7688c8971efe6 (diff)
downloadserverdata-888748a84d7b7a8f7ed9410ebaa7ced667e0e46a.tar.gz
serverdata-888748a84d7b7a8f7ed9410ebaa7ced667e0e46a.tar.bz2
serverdata-888748a84d7b7a8f7ed9410ebaa7ced667e0e46a.tar.xz
serverdata-888748a84d7b7a8f7ed9410ebaa7ced667e0e46a.zip
Misc fairy stuff
-rw-r--r--npc/017-1/fairy_collector.txt2
-rw-r--r--npc/018-5/tree.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index 72b90fe9f..687f5f081 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -70,7 +70,7 @@ L_Main:
rif(false && !(.@q & COLLECT_GLOVES), l("Gloves")),
rif(false && !(.@q & COLLECT_SHIELDS), l("Shields")),
rif(false && !(.@q & COLLECT_1HSWORDS), l("1 Hand Swords")),
- rif(true && !(.@q & COLLECT_2HSWORDS), l("2 Hand Swords")),
+ rif(false && !(.@q & COLLECT_2HSWORDS), l("2 Hand Swords")),
rif(true && !(.@q & COLLECT_BOWS), l("Bows")),
rif(true && !(.@q & COLLECT_FIREGUNS), l("Fire Staves")),
rif(true && !(.@q & COLLECT_WANDS), l("Wands")),
diff --git a/npc/018-5/tree.txt b/npc/018-5/tree.txt
index e80af7a2c..3c5f960cc 100644
--- a/npc/018-5/tree.txt
+++ b/npc/018-5/tree.txt
@@ -24,7 +24,10 @@
function gtFirstTime {
mesn l("Yetifly the Mighty");
- mesq l("Your persistence is amusing.");
+ mesq l("Your persistence is amusing. However, you're yet to acquire the title of %s.", b(l("Friend of the Fairies")));
+ next;
+ mesn l("Yetifly the Mighty");
+ mesq l("Bring me the proof of your devotion, and I shall arrange you an audience with the Queen.");
return;
}