From 0a71c2cec6361f3b8c2a8a8792cbb782bd269364 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Wed, 7 Oct 2009 21:02:08 +0200 Subject: Update trim/lengthen script for Miniskirt Also add it for dyeing and bleaching. --- npc/009-2_Hurnscald/selim.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/009-2_Hurnscald/selim.txt') diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index 356416e9..520aad30 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -23,6 +23,7 @@ L_clothes_choice: "Turtleneck sweater", L_tneck, "Cotton shorts", L_shorts, "Cotton skirt", L_skirt, + "Miniskirt", L_miniskirt, "Tank top ", L_tanktop, "Short tank top", L_tanktop_short, "Silk robe", L_robe, @@ -65,6 +66,12 @@ L_skirt: set @name$, "cotton skirt"; goto L_picked_item; +L_miniskirt: + set @del, 771; + set @new, 2170; + set @name$, "miniskirt"; + goto L_picked_item; + L_tanktop: set @del, 688; set @new, 2090; -- cgit v1.2.3-60-g2f50