Changeset - db9c5b8133e9
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-19 20:48:58

Learr will not follow Drake into temple if she is offended by his behaviour
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)