diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:30:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:30:49 -0300 |
commit | 3fb4d7a9f0007649205ec4c941977bc82c737e43 (patch) | |
tree | b6ca9299f8b0b9031b30b020b286dd21932b57d0 /npc/functions/dungeon.txt | |
parent | ea1001d0377384fc1739367de8088490e104301f (diff) | |
download | serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.gz serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.bz2 serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.xz serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.zip |
Make Purification Potion even more powerful
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 2e8c96e69..60f0696c6 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -59,7 +59,7 @@ OnCurse: if (@purifio > gettimetick(2)) percentheal 0, -5; else - percentheal 0, -1; + heal 0, -1; // MP is below 20%, you'll get cursed if (Sp*100 < MaxSp*20) |