From dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 May 2019 02:34:03 -0300 Subject: Fix bugs and add missing weapon recipes from Nicholas. Even without the other stuff (eg. Quivers, armors, Short Sword, etc.), it's fine. --- npc/craft/smith.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft/smith.txt') diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt index 7753daeaf..5f3576161 100644 --- a/npc/craft/smith.txt +++ b/npc/craft/smith.txt @@ -39,7 +39,7 @@ function script SmithSystem { } else { if (.scope == CRAFT_NPC) { usecraft .@craft; - .@it=getcraftcode(.@craft); + .@it=getcraftcode(.@entry); getitem(.@it, 1); .success=true; } else if (.knowledge[.@entry] || $@GM_OVERRIDE) { -- cgit v1.2.3-60-g2f50