diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-03 13:38:12 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-16 19:24:03 +0100 |
commit | 7505508e42a4bb31dfbce8eb83b3829059d9b6d4 (patch) | |
tree | 2a9c8d05e22b9d5b004a51ee3a09ebc8c1aba149 /world/map/npc/001-1 | |
parent | 205e92b9ea809fdcf75a99e276e10c8995f21ccb (diff) | |
download | serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.gz serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.bz2 serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.xz serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.zip |
Add dyed Cotton Cloth items
Diffstat (limited to 'world/map/npc/001-1')
-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 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?\""; |