From a027c3a0fd5b9783ca255ceafd02c4c9068f44e6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 13:51:47 -0200 Subject: Progression Issue: Blade Shield can now be crafted --- npc/012-5/nicholas.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/012-5') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 687da3aec..e2fec91db 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -151,7 +151,8 @@ L_Shield: blacksmith_header(); select l("Nothing, sorry!"), - l("Wooden Shield"); + l("Wooden Shield"), + l("Iron Blade Shield"); switch (@menu) { case 1: @@ -159,6 +160,9 @@ L_Shield: case 2: blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500); break; + case 3: + blacksmith_create(IronIngot, 16, TitaniumIngot, 2, BladeShield, 1500); + break; } goto L_Shield; -- cgit v1.2.3-70-g09d2