Changeset - 18a354a93905
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-17 19:47:28

Warnings in old temple
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -141,8 +141,10 @@ iyh_far_from_entrance = dlg {
 
                    pr [[Скат возвращается и, заметив Левиафан, тут же нападает на субмарину. Вы поднимаетесь на мостик, чтобы принять управление. ]];
 
                    walk("iyh_fight");
 
                end;
 
            elseif atl_iyh_shockfish_away < 25 and (where(pl) == iyh_temple_main_hall_entry or where(pl) == iyh_temple_main_hall_middle or where(pl) == iyh_temple_main_hall_end or where(pl) == iyh_near_temple_foot) then
 
            elseif atl_iyh_shockfish_away < 10 and (where(pl) == iyh_temple_main_hall_entry or where(pl) == iyh_temple_main_hall_middle or where(pl) == iyh_temple_main_hall_end or where(pl) == iyh_near_temple_foot) then
 
                pr "Приближается рассвет. Скат скоро вернется. ";
 
            elseif atl_iyh_shockfish_away < 5 and (where(pl) == iyh_temple_main_hall_entry or where(pl) == iyh_temple_main_hall_middle or where(pl) == iyh_temple_main_hall_end or where(pl) == iyh_near_temple_foot) then
 
                pr "Уже почти рассвело. Скат вот-вот вернется. ";
 
            end;
 
        end;
 
    end;
0 comments (0 inline, 0 general)