diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:09:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:11:06 -0300 |
commit | 11900a96c5d3d00460717f844ded59259a31bf7c (patch) | |
tree | c038eee307f0edcb043e34bd9984e363490ed153 /npc/003-0-1 | |
parent | f169a99d1448f6accb4f38ced40ac8bc5f7385b3 (diff) | |
download | serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.gz serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.bz2 serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.xz serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.zip |
Move stuff (HoF > Andrei) and stuff (HallOfCoins >> Michel)
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/statues.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index efe0498a7..27dcc1593 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -33,9 +33,15 @@ OnInit: mes l("For fighting against the Monster King once and getting out alive to tell the story."); mes l("For all his great deeds, and thousands of lives he saved, this statue is in his honor."); if ($MOST_HEROIC$ == "") - close; + goto L_Fame; next; mes l("Also in honor of @@, who did a great act of bravery recently. May they keep protecting our world!", $MOST_HEROIC$); + +L_Fame: + next; + mesq l("All hail the ones who proven their worth before the whole Alliance!"); + + HallOfFame(); close; OnInit: |