summaryrefslogtreecommitdiff
path: root/npc/custom/healer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/healer.txt')
-rw-r--r--npc/custom/healer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt
index e11e2a647..211b7c023 100644
--- a/npc/custom/healer.txt
+++ b/npc/custom/healer.txt
@@ -22,7 +22,7 @@
message strcharinfo(0),"Healing costs "+.@price+" Zeny.";
if (Zeny < .@price) end;
if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end;
- set Zeny, Zeny-.@price;
+ Zeny -=.@price;
}
specialeffect2 EF_HEAL2; percentheal 100,100;
if (.@Buffs) {