diff options
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 2e8c96e69..60f0696c6 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -59,7 +59,7 @@ OnCurse: if (@purifio > gettimetick(2)) percentheal 0, -5; else - percentheal 0, -1; + heal 0, -1; // MP is below 20%, you'll get cursed if (Sp*100 < MaxSp*20) |