Changeset - 95f07fb30c83
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-03 12:30:46

finding dypatreanotrr fixed properly
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -600,8 +600,8 @@ dyp_temple_navigation = dlg {
 
        end};
 
        {always=true, "[На запад, в Дипатреанотр]", function()
 
            dypatreanotrr_found = true;
 
            move(submarine_leviathan, "dyp_near_city_east");
 
            psub("dyp_near_city_east");
 
            move(submarine_leviathan, "dyp_center");
 
            psub("dyp_center");
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[Отойти от штурвала]", code = [[
0 comments (0 inline, 0 general)