summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index b5dc6d6d..445b2f93 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -8,7 +8,6 @@
// Aquada box.
// Size = 2
-// Gender = 1
000-1,34,111,0 script Tibbo 110,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -112,4 +111,9 @@ L_TaskDone:
L_Close:
callfunc "GoodBye";
+ close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}