diff options
Diffstat (limited to 'npc/001-3-1')
-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 e7ac97185..df0742a48 100644 --- a/npc/001-3-1/smith.txt +++ b/npc/001-3-1/smith.txt @@ -10,7 +10,7 @@ mesc l("Welcome to Saulc's Magic Smith Table!"); 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; + //mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1; if (SmithSystem(CRAFT_NPC)) mesc l("Success!"), 3; else |