diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 12 | ||||
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 9 |
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: |