diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:31:53 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:31:53 -0400 |
commit | 892170939a8a9fe34e280cdafcd3f3b17d38ba53 (patch) | |
tree | 2233a10a097865f250782daead1129857d1b2c1a /npc | |
parent | 22c46a967fc34ea48856ed1d7354622563125048 (diff) | |
download | serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.gz serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.bz2 serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.xz serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.zip |
add the LousyMoccasins recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index b0d2ec6b..7763ec35 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -216,7 +216,15 @@ function read_tailoring { CottonGloves, BanditGloves, SilkGloves, - LeatherGloves); + LeatherGloves, + AssassinGloves); + + next(); + mes(); + mesf(".:: %s ::.", l("Boots")); + mes(); + + showRecipe(LousyMoccasins); return; } |