From 756212b04018e9dffb5ea6e64e27d73dd4238c77 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Jun 2019 11:40:38 -0300 Subject: Crafting will now yield you a Crafting Score Point --- npc/craft/smith.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/craft') 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)); -- cgit v1.2.3-70-g09d2