From 5b5cc1021fe8eb01383915722fffb314744a3439 Mon Sep 17 00:00:00 2001
From: Scott Ellis <quiche_on_a_leash@hotmail.co.uk>
Date: Wed, 25 Feb 2009 16:23:13 +0000
Subject: Add dyed gloves and put them on sale

---
 npc/009-2_Hurnscald/selim.txt | 7 +++++++
 npc/009-2_Hurnscald/shops.txt | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

(limited to 'npc/009-2_Hurnscald')

diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt
index 14eac5b9..bfd8bc46 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -29,6 +29,7 @@ L_clothes_choice:
 		"Cotton headband", L_headband,
 		"Desert hat", L_desert_hat,
 		"Cotton boots", L_cottonboots,
+		"Cotton gloves", L_cottongloves,
 		"I'm fine for now, thanks.", -;
 	close;
 
@@ -100,6 +101,12 @@ L_cottonboots:
 	set @name$, "cotton boots";
 	goto L_picked_item;
 
+L_cottongloves:
+	set @del, 741;
+	set @new, 2160;
+	set @name$, "cotton gloves";
+	goto L_picked_item;
+
 L_picked_item:
 	if (countitem(@del) == 0) goto L_havenone;
 L_colour:
diff --git a/npc/009-2_Hurnscald/shops.txt b/npc/009-2_Hurnscald/shops.txt
index ebd9f767..3cd1e8f0 100644
--- a/npc/009-2_Hurnscald/shops.txt
+++ b/npc/009-2_Hurnscald/shops.txt
@@ -31,4 +31,4 @@
 
 // General Store
 // Sells various things, many not sold elsewhere
-009-2.gat,32,99,0	shop	General Store	112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000
+009-2.gat,32,99,0	shop	General Store	112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000,741:-1
-- 
cgit v1.2.3-70-g09d2