diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:21:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:21:28 -0300 |
commit | fba82c5d20efa7a566d128154f09c33c22d2b972 (patch) | |
tree | 9971b28d096373856dc97b6866e19525d322a31d /npc/functions | |
parent | d7d97cdb603f2fb0be85ada5408a5f89cede9fde (diff) | |
download | serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.gz serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.bz2 serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.tar.xz serverdata-fba82c5d20efa7a566d128154f09c33c22d2b972.zip |
Savior Class is well protected against curses. (Cursed Map OK)
Diffstat (limited to 'npc/functions')
-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; |