From 8a3a3fcb40e66cbfc624d11f328b5f5a296b9d06 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sat, 18 Oct 2014 11:22:13 -0400 Subject: fix contributor shirts --- world/map/npc/001-1/bleacher.txt | 6 ++++++ world/map/npc/009-2/selim.txt | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'world/map/npc') 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; diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index cf18d30c..81531749 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -38,9 +38,16 @@ L_clothes_choice: "Sorcerer robe.", L_sorcererrobe, "Bowler hat (brown).", L_bowlerhatbrown, "Fine dress.", L_finedress, + "Contributor Shirt.", L_contributor, "About these sorcerer robes...", L_asksorcererrobe, "I'm fine for now, thanks.", L_Close; +L_contributor: + set @del, 1178; + set @new, 5131; + set @name$, "contributor shirt"; + goto L_picked_item; + L_cottonshirt: set @del, 1202; set @new, 2050; -- cgit v1.2.3-60-g2f50