diff options
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index b6dd5c1d3..69d8f743a 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -170,13 +170,13 @@ L_Quiver: case 1: goto L_Menu; case 2: - blacksmith_create(LeatherPatch, 40, TitaniumIngot, 1, WoodenShield, 20000); + blacksmith_create(LeatherPatch, 40, TitaniumIngot, 1, LeatherQuiver, 20000); break; case 3: - blacksmith_create(TerraniteOre, 324, Coal, 80, WoodenShield, 20000); // TODO: Terranite Ingot + blacksmith_create(TerraniteOre, 210, Coal, 80, TerraniteQuiver, 30000); // TODO: Terranite Ingot break; case 4: - blacksmith_create(PlatinumIngot, 40, IridiumIngot, 20, WoodenShield, 20000); + blacksmith_create(PlatinumIngot, 30, IridiumIngot, 10, PlatinumQuiver, 40000); break; } goto L_Quiver; |