summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 1280ea99..02df4e13 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -8,7 +8,6 @@
// Croconut box.
// Size = 2
-// Gender = 1
000-1,22,50,0 script Astapolos 107,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -156,4 +155,7 @@ L_Whyning:
closedialog;
close;
+OnInit:
+ setnpcsex 1;
+ end;
}