summaryrefslogtreecommitdiff
path: root/npc/000-2-1/dan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r--npc/000-2-1/dan.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index c751cd62..e74a7950 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -7,7 +7,6 @@
// Dan will randomly choose between a useless sentence, and a quest in Artis.
// Size = 2
-// Gender = 1
000-2-1,32,31,0 script Dan 101,{
mesn;
set .@q, rand(3);
@@ -83,4 +82,8 @@ L_Quit2:
mes col(l("Dan ends the conversation and resumes to write his letter."), 9);
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}