summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index a5a061e8..935a7821 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -5,7 +5,6 @@
// Sailor hitting a crocotree, then being struck by a falling croconut.
// Size = 2
-// Gender = 1
000-1,33,37,0 script Tarlan 415,{
setnpcdir 2;
@@ -59,4 +58,8 @@ L_DoYou:
L_Quit:
setnpcdir 4;
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}