summaryrefslogtreecommitdiff
path: root/npc/custom/heal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/heal.txt')
-rw-r--r--npc/custom/heal.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/custom/heal.txt b/npc/custom/heal.txt
index 9ef5a6fc5..7b63bd508 100644
--- a/npc/custom/heal.txt
+++ b/npc/custom/heal.txt
@@ -1,7 +1,6 @@
- script healer -1,{
set .payment,0; // Charge for heals? 1 = yes, 0 = no
- .price = 100; // How much zeny to charge for heals?
- callfunc "F_ClearGarbage",0;
+ set .price,100; // How much zeny to charge for heals?
mes "[Healer]";
mes "I have amazing healing powers!!";
@@ -22,7 +21,7 @@
mes "Have fun adventuring!!";
break;
case 2:
- mes "[Healer]";
+ mes "[Healer]";
mes "Alright, come back if you need a heal.";
break;
}