diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:41:28 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:41:28 -0400 |
commit | 5e80c025ae54c4d5317a7ec1572cfc84e0231011 (patch) | |
tree | 91349729c94614a214dc0c6049ac2e1726beb15d /npc | |
parent | 3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (diff) | |
download | serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.gz serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.bz2 serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.xz serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.zip |
add the BromenalBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 339173db..2f36e016 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -165,6 +165,13 @@ function read_smithery { BromenalGloves, IronArmbands); + next(); + mes(); + mesf(".:: %s ::.", l("Boots")); + mes(); + + showRecipe(BromenalBoots); + return; } |