summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:10:45 -0400
committergumi <git@gumi.ca>2020-08-14 10:10:45 -0400
commit96ec77b05c19b4f861ffc919fbddf2792ecf248d (patch)
tree202b699ab69ad89ef50821f36abd080685312206 /npc
parenteeca5e495792251ad4bbbbe29df15931343b0434 (diff)
downloadserverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.gz
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.bz2
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.xz
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.zip
add the AssassinPants 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 c30e9d66..3ce03459 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -153,7 +153,8 @@ function read_smithery {
mes();
showRecipe(ChainmailSkirt,
- TerranitePants);
+ TerranitePants,
+ AssassinPants);
return;
}