Changeset - 132795b274a8
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-22 19:11:57

Old temple rear entrance. You cannot live ravine like that
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -767,12 +767,11 @@ iyh_rear_entrance = room {
 
    leviathan = true;
 
    dsc = [[Вы находитесь в конце ущелья. Луч прожектора освещает небольшой проход в скале. ]];
 
    way = {
 
        kh_vroom("[В ущелье]", function(s)
 
        kh_vroom("В ущелье", function(s)
 
            iyh_labyrinth.position = "23";
 
            return "iyh_labyrinth";
 
        end);
 
        kh_vroom("[Отойти от штурвала]", "leviathan_wheelhouse");
 
        kh_vroom("[Покинуть храм]", 'leviathan_dlg');
 
        kh_vroom("Отойти от штурвала", "leviathan_wheelhouse");
 
    };
 
    entered = function(s)
 
        move(submarine_leviathan, iyh_rear_entrance_foot);
0 comments (0 inline, 0 general)