summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 21:21:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 21:21:09 -0300
commitced3d62b5a72ea6c69bba1c52e3c3574bc5fe56b (patch)
tree783f3f522f18289f2622c72d6bbf7d88b3c287dc /npc/craft/recipes.txt
parentfd561219136a5b4903803d73b7f523c0e6953c9e (diff)
downloadserverdata-ced3d62b5a72ea6c69bba1c52e3c3574bc5fe56b.tar.gz
serverdata-ced3d62b5a72ea6c69bba1c52e3c3574bc5fe56b.tar.bz2
serverdata-ced3d62b5a72ea6c69bba1c52e3c3574bc5fe56b.tar.xz
serverdata-ced3d62b5a72ea6c69bba1c52e3c3574bc5fe56b.zip
Fix typo, add recipe to old players on CV, mark new Dagger recipe on book.
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index a383c3a26..163faf545 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -159,6 +159,10 @@ function readCrafting {
mes "";
// Melee Weapons: Never use Titanium nor Lead. Iron-based, no silver
mesc "----------"+l("One Hand Weapon Recipes")+"----------", 2;
+ showRecipe(CraftDagger, Dagger,
+ 1, IronIngot,
+ 3, Coal,
+ 1, SulfurPowder);
showRecipe(CraftWoodenSword, WoodenSword,
20, WoodenLog,
5, RawLog,