diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-31 02:34:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-31 02:34:03 -0300 |
commit | dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd (patch) | |
tree | 0a17e8d14d47ff8326542c04237d267114989611 /npc/craft/smith.txt | |
parent | c35b2ff82b940d1c5515f68e92ea54a9e48ba009 (diff) | |
download | serverdata-dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd.tar.gz serverdata-dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd.tar.bz2 serverdata-dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd.tar.xz serverdata-dbd3c80ad7488a0e231a57b2bd1e3b8993c848dd.zip |
Fix bugs and add missing weapon recipes from Nicholas.
Even without the other stuff (eg. Quivers, armors, Short Sword, etc.), it's fine.
Diffstat (limited to 'npc/craft/smith.txt')
-rw-r--r-- | npc/craft/smith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |