diff options
Diffstat (limited to 'npc/001-1_Tulimshar/bleacher.txt')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 12 |
1 files changed, 9 insertions, 3 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?\""; |