diff options
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 31 | ||||
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 6 |
2 files changed, 29 insertions, 8 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 57731dbd..2880db6a 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -33,38 +33,47 @@ L_bleach_menu: "Cotton boots", L_cotton_boots, "Cotton gloves", L_cotton_gloves, "Rabbit ears", L_rabbit_ears, + "Wizard Hat", L_wizard_hat, "Nevermind", -; goto L_close; -L_cottonshirt:
set @normal, 1202; +L_cottonshirt: + set @normal, 1202; set @dyeBase, 2050; goto L_choose_color; -L_vneck:
set @normal, 624; +L_vneck: + set @normal, 624; set @dyeBase, 2060; goto L_choose_color; -L_tneck:
set @normal, 564; +L_tneck: + set @normal, 564; set @dyeBase, 2070; goto L_choose_color; -L_shorts:
set @normal, 586; +L_shorts: + set @normal, 586; set @dyeBase, 2110; goto L_choose_color; -L_skirt:
set @normal, 632; +L_skirt: + set @normal, 632; set @dyeBase, 2100; goto L_choose_color; -L_miniskirt:
set @normal, 771; +L_miniskirt: + set @normal, 771; set @dyeBase, 2170; goto L_choose_color; -L_tanktop:
set @normal, 688; +L_tanktop: + set @normal, 688; set @dyeBase, 2090; goto L_choose_color; -L_tanktop_short:
set @normal, 689; +L_tanktop_short: + set @normal, 689; set @dyeBase, 2120; goto L_choose_color; @@ -96,6 +105,12 @@ L_cotton_gloves: L_rabbit_ears: set @normal, 1255; set @dyeBase, 2190; + goto L_choose_color; + +L_wizard_hat + set @normal, 4028; + set @dyeBase, 2200; + goto L_choose_color; L_choose_color: mes "[Candide]"; diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index d118b8a0..7c39a2ab 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -123,6 +123,12 @@ L_rabbitears: set @is_verb$, "are"; goto L_picked_item; +L_wizardhat: + set @del, 4028; + set @new, 2200; + set @name$, "wizard hat"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: |