summaryrefslogtreecommitdiff
path: root/npc/042-1/kaan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r--npc/042-1/kaan.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt
index 849b1d06..30376310 100644
--- a/npc/042-1/kaan.txt
+++ b/npc/042-1/kaan.txt
@@ -2,6 +2,7 @@
if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done;
if (hasan == 4) goto L_Hasan_Saved;
+ if ($@scorp) goto L_Run;
if (kaan == 4) goto L_Plan;
if (kaan == 3) goto L_Trick;
if (kaan == 2) goto L_Out;
@@ -145,6 +146,11 @@ L_Tut_Done:
mes "Hasan is a real troublemaker, but it seems he calmed down now.\"";
close;
+L_Run:
+ mes "[Kaan]";
+ mes "\"He's distracted! What are you waiting for?\"";
+ close;
+
L_Close:
close;
}