summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bleacher.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-02-07 04:24:15 -0500
committerWombat <hpwombat@yahoo.com>2011-02-07 04:32:47 -0500
commitfa8c4a4b56e9a0ce816025e29bf49ce4c72571a2 (patch)
tree7f8bdde4643ed92168cbadffe1ef9a97d5757994 /npc/001-1_Tulimshar/bleacher.txt
parent1fcfbe464711f9c08e8f3a939dce4f92b6f62e5d (diff)
downloadserverdata-fa8c4a4b56e9a0ce816025e29bf49ce4c72571a2.tar.gz
serverdata-fa8c4a4b56e9a0ce816025e29bf49ce4c72571a2.tar.bz2
serverdata-fa8c4a4b56e9a0ce816025e29bf49ce4c72571a2.tar.xz
serverdata-fa8c4a4b56e9a0ce816025e29bf49ce4c72571a2.zip
added brass equipment and sorcerer robe to db with dummy stats
added brass equipment and sorcerer robe to item_db.txt using dummy stats, which need alteration before release sorcerer robe also added to the dyer and bleacher "red lined" reference to a potential of recoloring in two ways
Diffstat (limited to 'npc/001-1_Tulimshar/bleacher.txt')
-rw-r--r--npc/001-1_Tulimshar/bleacher.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt
index 68707f65..03dcfdd2 100644
--- a/npc/001-1_Tulimshar/bleacher.txt
+++ b/npc/001-1_Tulimshar/bleacher.txt
@@ -35,6 +35,7 @@ L_bleach_menu:
"Rabbit ears", L_rabbit_ears,
"Wizard Hat", L_wizard_hat,
"Bowler Hat", L_bowler_hat,
+ "Red Lined Sorcerer Robe", L_red_lined_sorcerer_robe,
"Nevermind", -;
goto L_close;
@@ -118,6 +119,11 @@ L_bowler_hat:
set @dyeBase, 2210;
goto L_choose_color;
+L_red_lined_sorcerer_robe:
+ set @normal, 798;
+ set @dyeBase, 2220;
+ goto L_choose_color;
+
L_choose_color:
mes "[Candide]";
mes "\"And the color?\"";