diff options
Diffstat (limited to 'npc/001-3-1/smith.txt')
-rw-r--r-- | npc/001-3-1/smith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt index 5e5a2a5d3..9bb3ff461 100644 --- a/npc/001-3-1/smith.txt +++ b/npc/001-3-1/smith.txt @@ -11,7 +11,7 @@ mesc l("This forge will prepare equipment for you, no skill required!"); mesc l("What will you craft today?"); mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1; - if (AlchemySystem(CRAFT_NPC)) + if (SmithSystem(CRAFT_NPC)) mesc l("Success!"), 3; else mesc l("That didn't work!"), 1; |