summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-23 11:21:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-23 11:21:28 -0300
commitfba82c5d20efa7a566d128154f09c33c22d2b972 (patch)
tree9971b28d096373856dc97b6866e19525d322a31d
parentd7d97cdb603f2fb0be85ada5408a5f89cede9fde (diff)
downloadserverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.gz
serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.bz2
serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.xz
serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.zip
Savior Class is well protected against curses. (Cursed Map OK)
-rw-r--r--npc/functions/dungeon.txt2
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;