diff options
-rw-r--r-- | db/craft_db.conf | 6 | ||||
-rw-r--r-- | npc/012-5/nicholas.txt | 2 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 33eb535d6..ed848a871 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1712,7 +1712,7 @@ craft_db: ( ( { IronIngot: 14 - TitaniumIngot: 2 + TinIngot: 4 Coal: 5 EverburnPowder: 1 }, @@ -1720,10 +1720,10 @@ craft_db: ( CreateItems: ( { - TitaniumIngot: 1 + TinIngot: 1 }, { - TitaniumIngot: 1 + TinIngot: 1 IronIngot: 1 }, { diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index eec6cfea4..a5455dee4 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -188,7 +188,7 @@ L_Shield: blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500); break; case 3: - blacksmith_create(IronIngot, 14, TitaniumIngot, 2, BladeShield, 1500); + blacksmith_create(IronIngot, 14, TinIngot, 4, BladeShield, 1500); break; case 4: blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 8000); diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 063b5a20b..07c8625e1 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -324,7 +324,7 @@ function readCrafting { 1, SharpKnife); showRecipe(CraftBladeShield, BladeShield, 14, IronIngot, - 2, TitaniumIngot, + 4, TinIngot, 5, Coal, 1, EverburnPowder); // Exception to shield rule: Braknar Shield |