diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:30:44 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:30:44 -0400 |
commit | bffd702dd040adf7313397c445c66ea8e818be78 (patch) | |
tree | 4d337ab54e6bff448fcecd54e21f4fb69c80412e /npc | |
parent | 91afc1d23bdd6e92363e985f0838d90d4490c3e4 (diff) | |
download | serverdata-bffd702dd040adf7313397c445c66ea8e818be78.tar.gz serverdata-bffd702dd040adf7313397c445c66ea8e818be78.tar.bz2 serverdata-bffd702dd040adf7313397c445c66ea8e818be78.tar.xz serverdata-bffd702dd040adf7313397c445c66ea8e818be78.zip |
add the TerraniteArmor 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 d0ef925a..fa458118 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -141,7 +141,8 @@ function read_smithery { LightPlatemail, JustifierChest, LegionIronArmor, - WarlordArmor); + WarlordArmor, + TerraniteArmor); return; } |