diff options
Diffstat (limited to 'npc/001-1_Tulimshar/bleacher.txt')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 68707f65..03dcfdd2 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -35,6 +35,7 @@ L_bleach_menu: "Rabbit ears", L_rabbit_ears, "Wizard Hat", L_wizard_hat, "Bowler Hat", L_bowler_hat, + "Red Lined Sorcerer Robe", L_red_lined_sorcerer_robe, "Nevermind", -; goto L_close; @@ -118,6 +119,11 @@ L_bowler_hat: set @dyeBase, 2210; goto L_choose_color; +L_red_lined_sorcerer_robe: + set @normal, 798; + set @dyeBase, 2220; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; |