summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r--npc/000-1/muller.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 451214b7..d26b57ca 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -7,7 +7,6 @@
// Plushroom box.
// Size = 2
-// Gender = 1
000-1,35,69,0 script Q'Muller 104,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -121,4 +120,8 @@ L_TaskDone:
L_Quit:
closedialog;
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}