diff options
Diffstat (limited to 'npc/000-1/darlin.txt')
-rw-r--r-- | npc/000-1/darlin.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 4ffe6dc98..91b09f681 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -10,8 +10,6 @@ // 0 Treasure Chest has not been opened yet. // 1 Treasure Chest has been opened. - -// Size = 14 000-1,89,95,0 script Darlin 103,{ set .@q, getq(ShipQuests_TreasureChest); @@ -143,5 +141,6 @@ L_Quit: OnInit: setnpcsex 1; + setnpcdistance 14; end; } |