summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-13 21:44:48 -0400
committergumi <git@gumi.ca>2020-08-13 21:44:48 -0400
commit1e0b90b3916c9a3421da6efbd308eb9dec20c49d (patch)
treea7b85c7b46c9400ef2c0d732e0e8cb10af6be266 /npc
parent2ec0d2bb68b7c5613b9f33926e1ecd96ffa7b310 (diff)
downloadserverdata-1e0b90b3916c9a3421da6efbd308eb9dec20c49d.tar.gz
serverdata-1e0b90b3916c9a3421da6efbd308eb9dec20c49d.tar.bz2
serverdata-1e0b90b3916c9a3421da6efbd308eb9dec20c49d.tar.xz
serverdata-1e0b90b3916c9a3421da6efbd308eb9dec20c49d.zip
add the LightPlatemail recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r--npc/items/recipes.txt5
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;
}