diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:28:08 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:28:08 -0400 |
commit | 22c46a967fc34ea48856ed1d7354622563125048 (patch) | |
tree | 145ebd80c0f3258266b5dbbe8e421c6bd29772d1 /npc | |
parent | ea8e897ddb0285a2b41a678b3c89bf752f598cb3 (diff) | |
download | serverdata-22c46a967fc34ea48856ed1d7354622563125048.tar.gz serverdata-22c46a967fc34ea48856ed1d7354622563125048.tar.bz2 serverdata-22c46a967fc34ea48856ed1d7354622563125048.tar.xz serverdata-22c46a967fc34ea48856ed1d7354622563125048.zip |
add the IronArmbands 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 c71ea317..b0d2ec6b 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -162,7 +162,8 @@ function read_smithery { mes(); showRecipe(CopperArmbands, - BromenalGloves); + BromenalGloves, + IronArmbands); return; } |