summaryrefslogtreecommitdiff
path: root/npc/craft/tweak.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/tweak.txt')
-rw-r--r--npc/craft/tweak.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt
index f3d6e6b7f..fcb9ace2e 100644
--- a/npc/craft/tweak.txt
+++ b/npc/craft/tweak.txt
@@ -50,8 +50,10 @@ function script SmithTweakSystem {
mesc l("Operation Cost: @@ GP", .@price), 3;
// Do you have money or AP
- if (Zeny < .@price || !.@left)
+ if (Zeny < .@price || !.@left) {
+ mesc l("You lack money or Action Points."), 1;
return false;
+ }
.@id=requestitemindex();
mes "";