Changeset - 3dd68be8b1a2
[Not reviewed]
default
0 1 0
silverwing - 5 years ago 2019-10-06 12:19:58

[fix] Invalid entrance
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -767,6 +767,7 @@ iyh_rear_entrance = room {
 
            return "iyh_labyrinth";
 
        end);
 
        kh_vroom("Отойти от штурвала", "leviathan_wheelhouse");
 
        kh_vroom("Покинуть ущелье", "iyh_ravine_entry");
 
    };
 
    entered = function(s)
 
        atl_iyh_hidden_entrance_known = true;
 
@@ -784,7 +785,6 @@ iyh_rear_entrance_foot = room {
 
    way = {
 
        kh_vroom("В Левиафан", "leviathan_airlock");
 
        kh_vroom("В проход", "iyh_temple_rear_corridor_entry");
 
        kh_vroom("Покинуть ущелье", "iyh_ravine_entry");
 
    };
 
    entered = function(s)
 
        if (ArrayUtils.indexOf(pl.party, 'learr') ~= 0 and not char_learr.follow and where(submarine_leviathan) == here() and char_learr.home ~= "leviathan_cabin_3") then
0 comments (0 inline, 0 general)