Changeset - 161998b53dc5
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-22 12:00:02

Old temple fixes
1 file changed with 9 insertions and 5 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -764,11 +764,12 @@ iyh_rear_entrance = room {
 
    leviathan = true;
 
    dsc = [[Вы находитесь в конце ущелья. Луч прожектора освещает небольшой проход в скале. ]];
 
    way = {
 
        kh_vroom("Отойти от штурвала", "leviathan_wheelhouse");
 
        kh_vroom("В ущелье", function(s)
 
        kh_vroom("[В ущелье]", function(s)
 
            iyh_labyrinth.position = "23";
 
            return "iyh_labyrinth";
 
        end);
 
        kh_vroom("[Отойти от штурвала]", "leviathan_wheelhouse");
 
        kh_vroom("[Покинуть храм]", 'leviathan_dlg');
 
    };
 
    entered = function(s)
 
        move(submarine_leviathan, iyh_rear_entrance_foot);
 
@@ -1495,12 +1496,15 @@ iyh_near_temple = dlg {
 
            move(submarine_leviathan, "iyh_ravine_entry_foot");
 
            walk('iyh_ravine_entry'); 
 
        ]]};
 
        {tag="back", always=true, "[Вернуться к исходной позиции]", code = [[
 
            move(submarine_leviathan, "iyh_far_from_entrance_foot");
 
            walk('iyh_far_from_entrance');
 
        ]]};
 
        {tag="away", always=true, "[Отойти от штурвала]", code = [[
 
            walk('leviathan_wheelhouse');
 
        ]]};
 
        {tag="back", always=true, "[Вернуться к исходной позиции]", code = [[
 
            move(submarine_leviathan, "iyh_far_from_entrance_foot");
 
            walk('iyh_far_from_entrance');
 
        {tag="return", always=true, "[Покинуть храм]", code = [[
 
            walk('leviathan_dlg');
 
        ]]};
 
    };
 
};
0 comments (0 inline, 0 general)