From cfce4f99b879e522cb1c3fe9174515a585d5d193 Mon Sep 17 00:00:00 2001 From: Wombat Date: Mon, 10 Jan 2011 14:40:14 -0500 Subject: Made bowler hat dyeable Made bowler hat dyeable by altering bleacher, selim and the item_db --- npc/001-1_Tulimshar/bleacher.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index b877642d..68707f65 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -34,6 +34,7 @@ L_bleach_menu: "Cotton gloves", L_cotton_gloves, "Rabbit ears", L_rabbit_ears, "Wizard Hat", L_wizard_hat, + "Bowler Hat", L_bowler_hat, "Nevermind", -; goto L_close; @@ -112,6 +113,11 @@ L_wizard_hat: set @dyeBase, 2200; goto L_choose_color; +L_bowler_hat: + set @normal, 4030; + set @dyeBase, 2210; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; -- cgit v1.2.3-60-g2f50