diff options
Diffstat (limited to 'npc/018-5/tree.txt')
-rw-r--r-- | npc/018-5/tree.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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; } |