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 b3122816..ce8856a7 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -24,6 +24,7 @@ L_bleach_menu: "V-Neck sweater", L_vneck, "Turtleneck sweater", L_tneck, "Cotton shorts", L_shorts, + "Cotton trousers", L_trousers, "Cotton skirt", L_skirt, "Miniskirt", L_miniskirt, "Tank top ", L_tanktop, @@ -61,6 +62,11 @@ L_shorts: set @dyeBase, 2110; goto L_choose_color; +L_trousers: + set @normal, 648; + set @dyeBase, 2180; + goto L_choose_color; + L_skirt: set @normal, 632; set @dyeBase, 2100; |