From 7505508e42a4bb31dfbce8eb83b3829059d9b6d4 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 3 Dec 2012 13:38:12 +0100 Subject: Add dyed Cotton Cloth items --- world/map/npc/001-1/bleacher.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'world/map/npc/001-1') diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index 71925945..8767eeb5 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -40,6 +40,7 @@ L_bleach_menu: "Red lined sorcerer robe", L_red_lined_sorcerer_robe, "Bowler hat (brown)", L_bowler_hat_brown, "Fine dress", L_fine_dress, + "Cotton cloth", L_cottoncloth, "Nevermind", -; goto L_Close; @@ -143,6 +144,11 @@ L_fine_dress: set @dyeBase, 2240; goto L_choose_color; +L_cottoncloth: + set @normal, 660; + set @dyeBase, 2250; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; -- cgit v1.2.3-60-g2f50