diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 05:05:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 05:05:13 -0300 |
commit | 72b5c6326243c214efa3ccceccbc4e577e6c3826 (patch) | |
tree | d8ea4f4e7418811ad8e780c6de1644c101587e74 | |
parent | 63bc3ad47f8dda031f8227cc15767063bf708c6a (diff) | |
download | serverdata-72b5c6326243c214efa3ccceccbc4e577e6c3826.tar.gz serverdata-72b5c6326243c214efa3ccceccbc4e577e6c3826.tar.bz2 serverdata-72b5c6326243c214efa3ccceccbc4e577e6c3826.tar.xz serverdata-72b5c6326243c214efa3ccceccbc4e577e6c3826.zip |
Fix other typos
-rw-r--r-- | npc/functions/dungeon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 4407dd711..1b3f29f2f 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -58,9 +58,9 @@ OnCurse: // You are in a CURSEMAP$, so suffer damage from heat if (@purifio > gettimetick(2)) - percentheal 0, -5; - else heal 0, -1; + else + percentheal 0, -5; // MP is below 20%, you'll get cursed if (Sp*100 < MaxSp*20) |