summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/gulukan.txt')
-rw-r--r--npc/000-1/gulukan.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 3d18835d..6b208128 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -8,7 +8,6 @@
// Croconut box.
// Size = 2
-// Gender = 1
000-1,54,90,0 script Gulukan 113,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -161,4 +160,8 @@ L_TaskDone:
L_Quit:
closedialog;
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}