diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:49:01 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:49:01 -0400 |
commit | 41f0608321fa3dc9f910c758c88b52a2354e8d2c (patch) | |
tree | 2749d1e0a5bc145fe7590a2b88b182720e51294a /npc | |
parent | 3bf6963d54531a3ae84d9cf6df2ffde85dff259b (diff) | |
download | serverdata-41f0608321fa3dc9f910c758c88b52a2354e8d2c.tar.gz serverdata-41f0608321fa3dc9f910c758c88b52a2354e8d2c.tar.bz2 serverdata-41f0608321fa3dc9f910c758c88b52a2354e8d2c.tar.xz serverdata-41f0608321fa3dc9f910c758c88b52a2354e8d2c.zip |
add the CreasedShorts recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 15dbba15..41924ab8 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -174,6 +174,13 @@ function read_tailoring { WizardRobe, EvocatorRobe); + next(); + mes(); + mesf(".:: %s ::.", l("Leg Armor")); + mes(); + + showRecipe(CreasedShorts); + return; } |