summaryrefslogtreecommitdiff
path: root/npc/craft/smith.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/smith.txt')
-rw-r--r--npc/craft/smith.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt
index 4a673fe89..0e8437119 100644
--- a/npc/craft/smith.txt
+++ b/npc/craft/smith.txt
@@ -44,6 +44,8 @@ function script SmithSystem {
.success=true;
} else if (.knowledge[.@entry] || $@GM_OVERRIDE) {
// Player craft item
+ // Mark the crafting in your score book
+ CRAFTING_SCORE+=1;
usecraft .@craft;
.@it=getcraftcode(.@entry);
getnameditem(.@it, strcharinfo(0));