diff options
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 706a84a2e..9ce0e11c9 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -225,16 +225,16 @@ L_Quiver: case 1: goto L_Menu; case 2: - blacksmith_create(LeatherPatch, 35, CottonCloth, 5, LeatherQuiver, 2000); + blacksmith_create(LeatherPatch, 18, CottonCloth, 5, LeatherQuiver, 2000); break; case 3: - blacksmith_create(IronIngot, 16, Coal, 21, IronQuiver, 3000); + blacksmith_create(IronIngot, 8, Coal, 21, IronQuiver, 3000); break; case 4: - blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000); + blacksmith_create(CopperIngot, 14, TinIngot, 3, BronzeQuiver, 4000); break; case 5: - blacksmith_create(PlatinumIngot, 12, IridiumIngot, 5, PlatinumQuiver, 50000); + blacksmith_create(PlatinumIngot, 8, IridiumIngot, 2, PlatinumQuiver, 50000); break; } goto L_Quiver; |