diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-5/bracco.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 3a3c33b3c..f5a6e3f20 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -127,13 +127,13 @@ L_Forge: case 1: close; break; case 2: - blacksmith_create(LeatherPatch, 50, TitaniumIngot, 1, Armbands, 6500); + blacksmith_create(LeatherPatch, 40, TitaniumIngot, 1, Armbands, 6500); break; case 3: - blacksmith_create(CopperIngot, 30, Coal, 40, CopperArmbands, 11000); + blacksmith_create(CopperIngot, 10, Coal, 40, CopperArmbands, 11000); break; case 4: - blacksmith_create(IronIngot, 90, Coal, 80, IronArmbands, 21000); + blacksmith_create(IronIngot, 40, Coal, 80, IronArmbands, 21000); break; } goto L_Forge; |