diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 00:15:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 00:15:09 -0300 |
commit | 45247642c4b530a5c4ba159d25b66471c8bf5265 (patch) | |
tree | fe5f754219c7bd484b6cc3882613af944b8e2afe /npc/003-0 | |
parent | e59b65422297432a34349e907d527002ff8cc03e (diff) | |
download | serverdata-45247642c4b530a5c4ba159d25b66471c8bf5265.tar.gz serverdata-45247642c4b530a5c4ba159d25b66471c8bf5265.tar.bz2 serverdata-45247642c4b530a5c4ba159d25b66471c8bf5265.tar.xz serverdata-45247642c4b530a5c4ba159d25b66471c8bf5265.zip |
Make Fire Walk action slower, and fix a bug at Enzo.
In future, leveling up Fire Walk should boost its effects duration. Maybe.
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/enzo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-0/enzo.txt b/npc/003-0/enzo.txt index a7dfe3173..6ebdefec6 100644 --- a/npc/003-0/enzo.txt +++ b/npc/003-0/enzo.txt @@ -32,6 +32,8 @@ rif(getskilllv(AL_HOLYLIGHT), l("Holy Light")), AL_HOLYLIGHT, rif(getskilllv(MG_SOULSTRIKE), l("Magic Strike")), MG_SOULSTRIKE, l("None at the moment!"), 0; + if (!@menuret) + close; mes ""; mesc l("Skill @@ will be permanently lost!", @menuret), 1; mesc l("Continue anyway?"), 1; |