diff options
Diffstat (limited to 'npc/functions/dungeon.txt')
-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 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; |