summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:54:40 -0400
committergumi <git@gumi.ca>2020-08-14 09:54:40 -0400
commit6d3a556934277d59b683133bc749f759b354e56b (patch)
tree40f9473eab54876b4cc1a71a244558ab914c476a /npc
parent02846457744bf6c8473e05ced6092c0cf82c1b76 (diff)
downloadserverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.gz
serverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.bz2
serverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.xz
serverdata-6d3a556934277d59b683133bc749f759b354e56b.zip
add the SilkPants recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r--npc/items/recipes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 7e409ba7..5a07cf4c 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -181,7 +181,8 @@ function read_tailoring {
showRecipe(CreasedShorts,
CottonSkirt,
- PirateShorts);
+ PirateShorts,
+ SilkPants);
return;
}