summaryrefslogtreecommitdiff
path: root/npc/merchants/icecream.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r--npc/merchants/icecream.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt
index 8c48d8a60..29d49c948 100644
--- a/npc/merchants/icecream.txt
+++ b/npc/merchants/icecream.txt
@@ -69,7 +69,7 @@
mes "before making a purchase.";
close;
}
- Zeny -=100*.@input;
+ set Zeny,Zeny-100*.@input;
getitem 536,.@input; // Ice_Cream
close;
}