diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:38:16 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:38:16 -0400 |
commit | 2576ea96b2f7841dd5f2ad94960dc66880dde5f4 (patch) | |
tree | 728abcb3d3658de92029632b6c66f1666fd33f82 /npc | |
parent | ba8faa2f4ed3305fed8a9a6731a2194699961336 (diff) | |
download | serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.gz serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.bz2 serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.xz serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.zip |
add the BlackArmor 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 5c8db26b..cfc2f82f 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -143,7 +143,8 @@ function read_smithery { LegionIronArmor, WarlordArmor, TerraniteArmor, - AssassinChest); + AssassinChest, + BlackArmor); return; } |