# HG changeset patch # User Silverwing # Date 2019-01-27 14:50:07 # Node ID 6d19230f522f0c5a1c3cc0de2cedb28f7fb688c9 # Parent f7737b2f3cb78f0cd1bc85383bcfe9049e204f6c learr will not appear in party when leaving temple through backdoor diff --git a/atlantis_iyhehevjiarr.lua b/atlantis_iyhehevjiarr.lua --- a/atlantis_iyhehevjiarr.lua +++ b/atlantis_iyhehevjiarr.lua @@ -746,7 +746,7 @@ iyh_rear_entrance_foot = room { kh_vroom("В проход", "iyh_temple_rear_corridor_entry"); }; entered = function(s) - if (ArrayUtils.indexOf(pl.party, 'learr') ~= 0 and not char_learr.follow) then + if (ArrayUtils.indexOf(pl.party, 'learr') ~= 0 and not char_learr.follow and where(submarine_leviathan) == here()) then pr [[Леарр входит в шлюз вслед за вами: "Я вместе-с-тобой-пойду". ]]; char_learr:accompany(true); char_radcliffe:accompany(false);