diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:26:26 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:26:26 -0400 |
commit | ea8e897ddb0285a2b41a678b3c89bf752f598cb3 (patch) | |
tree | fe892925f1b5950198ba671beb2b40256efac69d /npc | |
parent | 8b2528f4506e1927f178d704ce8e1a7e54ad0879 (diff) | |
download | serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.gz serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.bz2 serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.xz serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.zip |
add the BromenalGloves recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 6d0e707e..c71ea317 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -161,7 +161,8 @@ function read_smithery { mesf(".:: %s ::.", l("Gloves")); mes(); - showRecipe(CopperArmbands); + showRecipe(CopperArmbands, + BromenalGloves); return; } |