diff options
Diffstat (limited to 'npc/001-1_Tulimshar/bleacher.txt')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 883bd628..57731dbd 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -32,6 +32,7 @@ L_bleach_menu: "Desert hat", L_desert_hat, "Cotton boots", L_cotton_boots, "Cotton gloves", L_cotton_gloves, + "Rabbit ears", L_rabbit_ears, "Nevermind", -; goto L_close; @@ -92,6 +93,10 @@ L_cotton_gloves: set @dyeBase, 2160; goto L_choose_color; +L_rabbit_ears: + set @normal, 1255; + set @dyeBase, 2190; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; |