diff options
-rw-r--r-- | npc/003-8/intensebeard.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-8/intensebeard.txt b/npc/003-8/intensebeard.txt index 3dca757e4..1189bba0d 100644 --- a/npc/003-8/intensebeard.txt +++ b/npc/003-8/intensebeard.txt @@ -237,6 +237,9 @@ L_Learn: mesn; mesq l("There, now you can not only craft items, but craft AWESOME ITEMS!"); + + RECIPES_EQUIPMENT[CraftDagger]=true; + mesc l("You've also learned how to craft Daggers! These will NOT count towards crafting total score, and serves solely for training purposes."); } close; |