diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-22 21:18:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-22 21:18:05 -0300 |
commit | fd561219136a5b4903803d73b7f523c0e6953c9e (patch) | |
tree | 8bff399bfcc5332be28ebd8f2ba5da84bad92010 /npc/003-8/intensebeard.txt | |
parent | ae0e8c4006b9ec5946ef6245caa3a4c93472bd4c (diff) | |
download | serverdata-fd561219136a5b4903803d73b7f523c0e6953c9e.tar.gz serverdata-fd561219136a5b4903803d73b7f523c0e6953c9e.tar.bz2 serverdata-fd561219136a5b4903803d73b7f523c0e6953c9e.tar.xz serverdata-fd561219136a5b4903803d73b7f523c0e6953c9e.zip |
You now learn how to craft Daggers with Intense Beard
Diffstat (limited to 'npc/003-8/intensebeard.txt')
-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; |