diff --git a/leviathan.lua b/leviathan.lua --- a/leviathan.lua +++ b/leviathan.lua @@ -875,6 +875,9 @@ leviathan_dlg = dlg { if (dypatreanotrr_found and where(submarine_leviathan) ~= dyp_center) then leviathan_dlg:pon("dypatreanotrr"); end; + if venaedanotrr_found then -- and where(submarine_leviathan) ~= dyp_center then + leviathan_dlg:pon("venaedanotrr"); + end; if (iraaphaanotrr_temple_found and where(submarine_leviathan) ~= ctt_iraa_near_temple) then leviathan_dlg:pon("iraaphaanotrr_temple"); end; @@ -917,6 +920,12 @@ leviathan_dlg = dlg { leviathan_dlg:update_options(); walk(dyp_temple_entry); end}, + {tag="venaedanotrr", always = "true", "Венаэданотр", function() + --[[move(submarine_leviathan, "dyp_temple_entrance"); + leviathan_dlg:update_options(); + walk(dyp_temple_entry);]] + walk("preview_unavailable_venaedanotrr"); + end}, {always = "true", "Назад", "", function() back(); end}