summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 34124929..dfa9265b 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -7,7 +7,6 @@
// Aquada box.
// Size = 2
-// Gender = 1
000-1,55,23,0 script Ale 105,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -112,4 +111,8 @@ L_TaskDone:
L_Quit:
closedialog;
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}