From a7c96263a155fb55124ca7217f63c2b3d35dc4bf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 21:57:00 -0200 Subject: Nicholas can craft Braknar Shield... but Braktar, his grand-grand-nephew, must share the Craft Plan. --- npc/012-5/nicholas.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 08d3bb5f4..024b0d295 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -152,7 +152,8 @@ L_Shield: select l("Nothing, sorry!"), l("Wooden Shield"), - l("Iron Blade Shield"); + l("Iron Blade Shield"), + rif(getq(NivalisQuest_Baktar) >= 3, l("Bronze Braknar Shield")); switch (@menu) { case 1: @@ -163,6 +164,9 @@ L_Shield: case 3: blacksmith_create(IronIngot, 16, TitaniumIngot, 2, BladeShield, 1500); break; + case 4: + blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 6000); + break; } goto L_Shield; -- cgit v1.2.3-60-g2f50