diff options
-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) |