diff options
author | gumi <git@gumi.ca> | 2020-08-13 22:54:27 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 22:54:27 -0400 |
commit | 89bc00552ab22612082af78562b9b1b281cfb16a (patch) | |
tree | 1a86107995703166c9a93f82cdd55943a11f8a7f /npc | |
parent | 675ee9cb27ee1ef50d43d3af60e12f80d427166c (diff) | |
download | serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.gz serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.bz2 serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.xz serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.zip |
add the WizardRobe recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index b500bbf2..cde7d141 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -235,6 +235,11 @@ function read_tailoring { 40, FluffyFur, 20, SilkCocoon, 1, Dagger); + showRecipe(WizardRobe, + 30, SquirrelPelt, + 60, SilkCocoon, + 5, LeatherPatch, + 1, Dagger); return; } |