File diff bff3a59bf8b4 → 78d572755b8f
leviathan.lua
Show inline comments
 
@@ -1037,13 +1037,13 @@ leviathan_dlg = dlg {
 
		if venaedanotrr_temple_found and where(submarine_leviathan) ~= ven_temple_entrance then
 
			leviathan_dlg:pon("venaedanotrr_temple");
 
		end;
 
		if nleyyslanotrr_found and where(submarine_leviathan) ~= nley_near_cliff_1 then
 
			leviathan_dlg:pon('nleyyslanotrr')
 
		end;
 
		if deep_temple_found and not dt_temple_done and where(submarine_leviathan) ~= dt_labyrinth_foot then
 
		if deep_temple_found and not dt_temple_done and where(submarine_leviathan) ~= dt_labyrinth_foot and where(submarine_leviathan) ~= dt_temple_ravine and where(submarine_leviathan) ~= dt_labyrinth_ravine_bridge_se_foot and where(submarine_leviathan) ~= dt_labyrinth_ravine_bridge_nw_foot and where(submarine_leviathan) ~= dt_labyrinth_bridge and where(submarine_leviathan) ~= dt_labyrinth_ravine_foot then
 
			leviathan_dlg:pon('deep_temple')
 
		end;
 
		if lseryanotrr_found then
 
			leviathan_dlg:pon('lseryanotrr')
 
		end;
 
	end;