summaryrefslogtreecommitdiff
path: root/npc/000-2-3/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/nard.txt')
-rw-r--r--npc/000-2-3/nard.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 968cfa35..5d44c658 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -24,7 +24,6 @@
// 12 Gave all of the boxes to Gugli.
// Size = 5
-// Gender = 1
000-2-3,25,26,0 script Nard 406,{
set .@nard, getq(ShipQuests_Nard);
set .@gugli, getq(ShipQuests_Gugli);
@@ -220,4 +219,8 @@ L_Already:
mesq l("Sorry, I don't need any help right now. Come back later.");
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}