summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 03:30:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 03:30:49 -0300
commit3fb4d7a9f0007649205ec4c941977bc82c737e43 (patch)
treeb6ca9299f8b0b9031b30b020b286dd21932b57d0
parentea1001d0377384fc1739367de8088490e104301f (diff)
downloadserverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.gz
serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.bz2
serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.tar.xz
serverdata-3fb4d7a9f0007649205ec4c941977bc82c737e43.zip
Make Purification Potion even more powerful
-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 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)