diff options
Diffstat (limited to 'world/map/npc/001-1/bleacher.txt')
-rw-r--r-- | world/map/npc/001-1/bleacher.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index a63105d5..71925945 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -39,6 +39,7 @@ L_bleach_menu: "Bowler hat", L_bowler_hat, "Red lined sorcerer robe", L_red_lined_sorcerer_robe, "Bowler hat (brown)", L_bowler_hat_brown, + "Fine dress", L_fine_dress, "Nevermind", -; goto L_Close; @@ -137,6 +138,11 @@ L_bowler_hat_brown: set @dyeBase, 2230; goto L_choose_color; +L_fine_dress: + set @normal, 870; + set @dyeBase, 2240; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; |