# HG changeset patch # User Silverwing # Date 2018-12-20 17:56:44 # Node ID f06935cc7df17eccfd8aab263290f76c25d90699 # Parent 29c36ff9be13e61806f81b22097f7a433e5fb2ff leviathan - locations are shown that should not be accessible diff --git a/leviathan.lua b/leviathan.lua --- a/leviathan.lua +++ b/leviathan.lua @@ -870,7 +870,8 @@ leviathan_dlg = dlg { return [[Вы находитесь в рубке Левиафана перед штурвалом. Отсюда вы можете направиться куда-нибудь. Яркий свет электрических ламп освещает помещение. ]] .. (view); end; update_options = function() - leviathan_dlg:poff("atlantis", "old_temple", "iraaphaanotrr", "iraaphaanotrr_temple", "dypatreanotrr", "dypatreanotrr_temple", "venaedanotrr", 'venaedanotrr_ravine', 'venaedanotrr_temple'); + leviathan_dlg:poff( + "atlantis", "old_temple", "iraaphaanotrr", "iraaphaanotrr_temple", "dypatreanotrr", "dypatreanotrr_temple", "dypatreanotrr_night", "venaedanotrr", 'venaedanotrr_ravine', 'venaedanotrr_temple', "nleyyslanotrr", "deep_temple", "lseryanotrr"); if (atlantis_found and where(submarine_leviathan) ~= atl_aqua_leviathan_dock) then leviathan_dlg:pon("atlantis"); end;