diff options
Diffstat (limited to 'npc/029-0/amelia.txt')
-rw-r--r-- | npc/029-0/amelia.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/029-0/amelia.txt b/npc/029-0/amelia.txt index 9158238eb..da98601ef 100644 --- a/npc/029-0/amelia.txt +++ b/npc/029-0/amelia.txt @@ -93,6 +93,17 @@ L_Short: if (getq(General_Narrator) < 20) close; next; + if ($AEGIS_HOLDER$ == "" && !rand2(4)) { + mesn; + mesq l("I heard a rumor the other day. About the tree I had found!"); + next; + mesn; + mesq l("It is said that if someone dies to the pinkies but is then avenged and mourned, the avenger may claim from the tree the shield of the world!"); + next; + mesn; + mesq l("The story was so cool!"); + close; + } mesn; mesq l("If you ever visit the fortress island, be sure to visit the friendly tree at the cave. I'm sure it'll like you."); close; |