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 a4c1da57..edfdc547 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -126,6 +126,11 @@ function read_smithery { 3, IronIngot, 15, Moss, 1, SharpKnife); + showRecipe(CraftLightPlatemail, LightPlatemail, + 25, IronIngot, + 5, SilverIngot, + 25, Coal, + 1, SharpKnife); return; } |