# HG changeset patch # User Silverwing # Date 2019-06-19 20:48:58 # Node ID db9c5b8133e9ba4d9c6659c825508ebcd0833510 # Parent a221bcc7b29fab35d86bc8430d08cb1e845a6555 Learr will not follow Drake into temple if she is offended by his behaviour diff --git a/atlantis_iyhehevjiarr.lua b/atlantis_iyhehevjiarr.lua --- a/atlantis_iyhehevjiarr.lua +++ b/atlantis_iyhehevjiarr.lua @@ -783,7 +783,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 and where(submarine_leviathan) == here()) then + if (ArrayUtils.indexOf(pl.party, 'learr') ~= 0 and not char_learr.follow and where(submarine_leviathan) == here() and not char_learr.home == "leviathan_cabin_3") then pr [[Леарр входит в шлюз вслед за вами: "Я вместе-с-тобой-пойду". ]]; char_learr:accompany(true); char_radcliffe:accompany(false);