summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chest.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
commitd69f9fe30404efeefaad1215239afc448ffca273 (patch)
tree79f7b8a8757eef62f5009588a878a5a3d4c574da /npc/000-2-1/chest.txt
parentdbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (diff)
downloadserverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.gz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.bz2
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.xz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.zip
Restore active distance to all npcs.
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r--npc/000-2-1/chest.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index 7f01c6af..06a98003 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -10,7 +10,6 @@
// 1 Talked to Arpan and needs to get clothes.
// 2 Has the clothes.
-// Size = 2
000-2-1,51,37,0 script Chest 417,{
set .@q, getq(ShipQuests_Arpan);
@@ -50,4 +49,8 @@ L_Quit:
initnpctimer;
startnpctimer;
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}