summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:07:39 -0400
committergumi <git@gumi.ca>2020-08-14 10:07:39 -0400
commita1385fa9a0f44ccf12d6587c1f17dc6eb965a03c (patch)
tree937bc376a44371868a1b506e0f3767ceaee938e9 /npc
parentd3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (diff)
downloadserverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.gz
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.bz2
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.xz
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.zip
add the ChainmailSkirt 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 7a70f2b7..f58b1941 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -147,6 +147,13 @@ function read_smithery {
BlackArmor,
GoldenWarlordPlate);
+ next();
+ mes();
+ mesf(".:: %s ::.", l("Leg Armor"));
+ mes();
+
+ showRecipe(ChainmailSkirt);
+
return;
}