File diff aaf01b83feab → f577e1c5ccd1
atlantis_dyp.lua
Show inline comments
 
@@ -769,6 +769,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На северо-запад, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_north_west");
 
            psub("dyp_temple_north_west");
 
            return where(submarine_leviathan).view;
 
@@ -982,6 +983,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На северо-запад, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_warning");
 
            psub("dyp_temple_warning");
 
            return where(submarine_leviathan).view;
 
@@ -995,6 +997,7 @@ dyp_temple_navigation = dlg {
 
        
 
        {tag="dyp_temple_crevice_far_west"};
 
        {always=true, "[На север, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_warning");
 
            psub("dyp_temple_warning");
 
            return where(submarine_leviathan).view;
 
@@ -1005,6 +1008,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На юг, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_north_west");
 
            psub("dyp_temple_north_west");
 
            return where(submarine_leviathan).view;
 
@@ -1041,6 +1045,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На юго-восток, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_warning");
 
            psub("dyp_temple_warning");
 
            return where(submarine_leviathan).view;
 
@@ -1059,6 +1064,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На юг, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_warning");
 
            psub("dyp_temple_warning");
 
            return where(submarine_leviathan).view;
 
@@ -1087,6 +1093,7 @@ dyp_temple_navigation = dlg {
 
            return where(submarine_leviathan).view;
 
        end};
 
        {always=true, "[На юго-запад, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_warning");
 
            psub("dyp_temple_warning");
 
            return where(submarine_leviathan).view;
 
@@ -1176,6 +1183,7 @@ dyp_temple_navigation = dlg {
 
        
 
        {tag="dyp_center"};
 
        {always=true, "[На восток, к обелиску]", function()
 
            atl_navjiarr_obelisks_seen = true;
 
            move(submarine_leviathan, "dyp_temple_north_west");
 
            psub("dyp_temple_north_west");
 
            return where(submarine_leviathan).view;