diff options
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 ff66d9e0..5bec6258 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -201,6 +201,11 @@ function read_tailoring { 40, FluffyFur, 20, SilkCocoon, 1, Dagger); + showRecipe(CraftLegionIronArmor, LegionIronArmor, + 30, IronIngot, + 6, RotoniumIngot, + 40, Coal, + 1, Dagger); return; } |