diff options
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index a00bca288..d1a53af71 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -162,10 +162,10 @@ L_Shield: blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500); break; case 3: - blacksmith_create(IronIngot, 16, TitaniumIngot, 2, BladeShield, 1500); + blacksmith_create(IronIngot, 14, TitaniumIngot, 2, BladeShield, 1500); break; case 4: - blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 6000); + blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 8000); break; } goto L_Shield; |