diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:24:27 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:24:27 -0400 |
commit | 8b2528f4506e1927f178d704ce8e1a7e54ad0879 (patch) | |
tree | 8d1faa924891255a58cc427dfcfec83bff42de6b /npc | |
parent | b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb (diff) | |
download | serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.gz serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.bz2 serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.xz serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.zip |
add the LeatherGloves 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 691c6530..6d0e707e 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -213,7 +213,8 @@ function read_tailoring { Armbands, CottonGloves, BanditGloves, - SilkGloves); + SilkGloves, + LeatherGloves); return; } |