From 72b5c6326243c214efa3ccceccbc4e577e6c3826 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 05:05:13 -0300 Subject: Fix other typos --- npc/functions/dungeon.txt | 4 ++-- 1 file 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) -- cgit v1.2.3-70-g09d2