summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:22:42 -0400
committergumi <git@gumi.ca>2020-08-14 10:22:42 -0400
commitb2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb (patch)
tree253b57d1e5810ddf520eb117ae0a75c71afc960f /npc
parent1a75727c66154b2390fca257e975865642e2afdd (diff)
downloadserverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.gz
serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.bz2
serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.xz
serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.zip
add the CopperArmbands recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r--npc/items/recipes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 375b9892..691c6530 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -156,6 +156,13 @@ function read_smithery {
TerranitePants,
AssassinPants);
+ next();
+ mes();
+ mesf(".:: %s ::.", l("Gloves"));
+ mes();
+
+ showRecipe(CopperArmbands);
+
return;
}