From ffbe97eef2b4200ff90b430da7530fd7c0b601c7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 12:20:06 -0300 Subject: Go overbroad, and implement all three quivers. Platinum quivers goes above maximum level, beware! --- npc/012-5/nicholas.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-5/nicholas.txt') 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; -- cgit v1.2.3-60-g2f50