From fba82c5d20efa7a566d128154f09c33c22d2b972 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Mar 2021 11:21:28 -0300 Subject: Savior Class is well protected against curses. (Cursed Map OK) --- npc/functions/dungeon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index f29fea403..90711c840 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -58,7 +58,7 @@ OnCurse: } // You are in a CURSEMAP$, so suffer damage from heat - if (@purifio > gettimetick(2)) + if (@purifio > gettimetick(2) || Class == Savior) heal 0, -1; else percentheal 0, -5; -- cgit v1.2.3-60-g2f50