diff options
author | mekolat <mekolat@gmail.com> | 2014-10-18 11:22:13 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-18 12:28:33 -0400 |
commit | 8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06 (patch) | |
tree | a32714660fb43a9b7b7324c156191bcb343ee6a2 /world/map/npc/001-1 | |
parent | 3179aed603b68d34443b718a130e4a392d4c5ae5 (diff) | |
download | serverdata-8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06.tar.gz serverdata-8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06.tar.bz2 serverdata-8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06.tar.xz serverdata-8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06.zip |
fix contributor shirts
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 e6fada9c..baed6f2e 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -22,6 +22,7 @@ L_bleach_menu: menu "Cotton shirt.", L_cottonshirt, + "Contributor shirt.", L_contributor, "V-Neck sweater.", L_vneck, "Turtleneck sweater.", L_tneck, "Cotton shorts.", L_shorts, @@ -44,6 +45,11 @@ L_bleach_menu: "Cotton cloth.", L_cotton_cloth, "Nevermind.", L_Close; +L_contributor: + set @normal, 1178; + set @dyeBase, 5131; + goto L_choose_color; + L_cottonshirt: set @normal, 1202; set @dyeBase, 2050; |