diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-01 01:19:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-01 01:19:50 -0300 |
commit | 88997aaae7950608287224e55fc1fb03f2787ed4 (patch) | |
tree | 28b5bef3168e0479fe8a63f48417aac9ef14374e /npc/027-1/elza.txt | |
parent | 10f6c7da5e1e03cc684285a2539ac0d858495bd8 (diff) | |
download | serverdata-88997aaae7950608287224e55fc1fb03f2787ed4.tar.gz serverdata-88997aaae7950608287224e55fc1fb03f2787ed4.tar.bz2 serverdata-88997aaae7950608287224e55fc1fb03f2787ed4.tar.xz serverdata-88997aaae7950608287224e55fc1fb03f2787ed4.zip |
Temporaly make the forgetful NPCs forget what they are for
Diffstat (limited to 'npc/027-1/elza.txt')
-rw-r--r-- | npc/027-1/elza.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/027-1/elza.txt b/npc/027-1/elza.txt index 661a4a101..5acdb881f 100644 --- a/npc/027-1/elza.txt +++ b/npc/027-1/elza.txt @@ -9,6 +9,8 @@ mesq l("What was I doing before...? I totally forgot!"); if (any(true, false)) mesc l("Have you seen my brother %s?", any("Enzo", "Ezra")); + // FIXME + close; next; mesc l("Teaching Elza your skills will make you both forget them."), 1; mesc l("Once your skill is forgotten, the Magic Skill Points used will be freed."), 1; |