summaryrefslogtreecommitdiff
path: root/npc/000-1/lean.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/lean.txt')
-rw-r--r--npc/000-1/lean.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index f21d7840..ee993a47 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -7,7 +7,6 @@
// Sailor who gives some informations to the player.
// Size = 2
-// Gender = 1
000-1,79,108,0 script Lean 106,{
set .@gugli, getq(ShipQuests_Gugli);
@@ -62,4 +61,9 @@ L_Sailors:
L_Close:
callfunc "GoodBye";
+ close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}