Changeset - ae54706d0d84
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-03 12:22:31

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