Changeset - f06935cc7df1
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2018-12-20 17:56:44

leviathan - locations are shown that should not be accessible
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
leviathan.lua
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)