diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:53:42 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:53:42 -0400 |
commit | 02846457744bf6c8473e05ced6092c0cf82c1b76 (patch) | |
tree | a2ca370a5722b86ad3e997a24a78b445b5daa9c6 /npc | |
parent | f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc (diff) | |
download | serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.gz serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.bz2 serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.xz serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.zip |
add the PirateShorts 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 ee4990ff..7e409ba7 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -180,7 +180,8 @@ function read_tailoring { mes(); showRecipe(CreasedShorts, - CottonSkirt); + CottonSkirt, + PirateShorts); return; } |