diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:33:41 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:33:41 -0400 |
commit | ba8faa2f4ed3305fed8a9a6731a2194699961336 (patch) | |
tree | cab0bb5cf17b663e74876e051fc520f08bd324aa /npc/items | |
parent | bffd702dd040adf7313397c445c66ea8e818be78 (diff) | |
download | serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.gz serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.bz2 serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.xz serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.zip |
add the AssassinChest recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc/items')
-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 fa458118..5c8db26b 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -142,7 +142,8 @@ function read_smithery { JustifierChest, LegionIronArmor, WarlordArmor, - TerraniteArmor); + TerraniteArmor, + AssassinChest); return; } |