summaryrefslogtreecommitdiff
path: root/npc/042-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1')
-rw-r--r--npc/042-1/hasan.txt2
-rw-r--r--npc/042-1/kaan.txt3
-rw-r--r--npc/042-1/malik.txt6
3 files changed, 9 insertions, 2 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt
index 63acf2c0..e3949de3 100644
--- a/npc/042-1/hasan.txt
+++ b/npc/042-1/hasan.txt
@@ -59,6 +59,7 @@ L_Pay:
set kaan, 0;
set sorfina, 0;
set tanisha, 0;
+ set maggot, 0;
set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
close;
@@ -95,6 +96,7 @@ L_Thank:
set kaan, 0;
set sorfina, 0;
set tanisha, 0;
+ set maggot, 0;
set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
close;
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt
index 9cd91982..e0aeacc3 100644
--- a/npc/042-1/kaan.txt
+++ b/npc/042-1/kaan.txt
@@ -129,7 +129,8 @@ L_Hasan_Saved:
L_Tut_Done:
mes "[Kaan]";
- mes "\"Hi there. I hope you enjoy your time in Tulimshar.\"";
+ mes "\"Hi there. I hope you enjoy your time in Tulimshar.";
+ mes "Hasan is a real troublemaker, but it seems he calmed down now.\"";
close;
L_Close:
diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt
index 59358aec..a6a190ee 100644
--- a/npc/042-1/malik.txt
+++ b/npc/042-1/malik.txt
@@ -4,7 +4,11 @@
menu
"yes",-,
"no",L_Close;
- set tutorial, 0;
+ set hasan, 0;
+ set kaan, 0;
+ set sorfina, 0;
+ set tanisha, 0;
+ set maggot, 0;
L_Close:
close;
}