diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:52:30 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:52:30 -0400 |
commit | f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc (patch) | |
tree | ea47f60a929c548707c442c7f2764008e961c542 /npc | |
parent | 3aca184b671c8654a4571b1742cdec6bd1ad19a6 (diff) | |
download | serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.gz serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.bz2 serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.xz serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.zip |
add the CottonSkirt 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 28d78548..ee4990ff 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -179,7 +179,8 @@ function read_tailoring { mesf(".:: %s ::.", l("Leg Armor")); mes(); - showRecipe(CreasedShorts); + showRecipe(CreasedShorts, + CottonSkirt); return; } |