summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-02-15 13:08:46 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-03-01 17:12:44 +0100
commitfa1f3b752f74dadf8e4352d15965f5b4390909d1 (patch)
treece9e4776eb29a62f7de0255ff17505d62bf74e29 /npc
parenta26b62359f9c37899eae509576493c25e047ba1f (diff)
downloadserverdata-fa1f3b752f74dadf8e4352d15965f5b4390909d1.tar.gz
serverdata-fa1f3b752f74dadf8e4352d15965f5b4390909d1.tar.bz2
serverdata-fa1f3b752f74dadf8e4352d15965f5b4390909d1.tar.xz
serverdata-fa1f3b752f74dadf8e4352d15965f5b4390909d1.zip
bowlerhat (brown) added to db, bleacher and dyer
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1_Tulimshar/bleacher.txt12
-rw-r--r--npc/009-2_Hurnscald/selim.txt9
2 files changed, 17 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt
index 03dcfdd2..a3827e43 100644
--- a/npc/001-1_Tulimshar/bleacher.txt
+++ b/npc/001-1_Tulimshar/bleacher.txt
@@ -33,9 +33,10 @@ L_bleach_menu:
"Cotton boots", L_cotton_boots,
"Cotton gloves", L_cotton_gloves,
"Rabbit ears", L_rabbit_ears,
- "Wizard Hat", L_wizard_hat,
- "Bowler Hat", L_bowler_hat,
- "Red Lined Sorcerer Robe", L_red_lined_sorcerer_robe,
+ "Wizard hat", L_wizard_hat,
+ "Bowler hat", L_bowler_hat,
+ "Red lined sorcerer robe", L_red_lined_sorcerer_robe,
+ "Bowler hat (brown)", L_bowler_hat_brown,
"Nevermind", -;
goto L_close;
@@ -124,6 +125,11 @@ L_red_lined_sorcerer_robe:
set @dyeBase, 2220;
goto L_choose_color;
+L_bowler_hat_brown:
+ set @normal, 800;
+ set @dyeBase, 2230;
+ goto L_choose_color;
+
L_choose_color:
mes "[Candide]";
mes "\"And the color?\"";
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt
index fab070fa..dc7d29df 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -34,7 +34,8 @@ L_clothes_choice:
"Rabbit ears", L_rabbitears,
"Wizard hat", L_wizardhat,
"Bowler hat", L_bowlerhat,
- "Red Lined Sorcerer Robe", L_redlinedsorcererrobe,
+ "Red lined sorcerer robe", L_redlinedsorcererrobe,
+ "Bowler hat (brown)", L_bowlerhatbrown,
"I'm fine for now, thanks.", -;
close;
@@ -144,6 +145,12 @@ L_redlinedsorcererrobe:
set @name$, "red lined sorcerer robe";
goto L_picked_item;
+L_bowlerhatbrown:
+ set @del, 800;
+ set @new, 2230;
+ set @name$, "bowler hat (brown)";
+ goto L_picked_item;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;
L_colour: