summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/selim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2_Hurnscald/selim.txt')
-rw-r--r--npc/009-2_Hurnscald/selim.txt7
1 files changed, 7 insertions, 0 deletions
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;