diff options
Diffstat (limited to 'npc/000-1/darlin.txt')
-rw-r--r-- | npc/000-1/darlin.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 7e445588..4ffe6dc9 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -12,7 +12,6 @@ // Size = 14 -// Gender = 1 000-1,89,95,0 script Darlin 103,{ set .@q, getq(ShipQuests_TreasureChest); @@ -141,4 +140,8 @@ L_DangerAround: L_Quit: closedialog; close; + +OnInit: + setnpcsex 1; + end; } |