summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/selim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/selim.txt')
-rw-r--r--world/map/npc/009-2/selim.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt
index aa11ee25..0f01da40 100644
--- a/world/map/npc/009-2/selim.txt
+++ b/world/map/npc/009-2/selim.txt
@@ -48,6 +48,7 @@ L_clothes_choice:
"White lined sorcerer robe", L_whitelinedsorcererrobe,
"Bowler hat (brown)", L_bowlerhatbrown,
"Fine dress", L_finedress,
+ "About these sorcerer robes...", L_asksorcererrobe,
"I'm fine for now, thanks.", -;
close;
@@ -243,6 +244,26 @@ L_cottoncloth:
set @name$, "cotton cloth";
goto L_picked_item;
+L_asksorcererrobe:
+ mes "[Selim]";
+ mes "\"Yes?\"";
+ next;
+ menu
+ "Do you think you can dye that line to a different color?", -;
+ mes "[Selim]";
+ mes "\"Hum, I fear I can't do that. The area is too small and I can operate only on large ones.";
+ mes "But with the appropriate materials, maybe a talented tailor can make the change.\"";
+ next;
+ menu
+ "Oh, I see!", -;
+ mes "[Selim]";
+ mes "\"Of course I can help you by dyeing the materials your tailor will want.";
+ mes "All I need is a piece of Cotton Cloth.\"";
+ menu
+ "Sure. Here is one.", L_cottoncloth,
+ "I have to go pick that.", -;
+ close;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;