File diff dc92bb493155 → bd9caffc4c5a
atlantis.lua
Show inline comments
 
@@ -126,8 +126,12 @@ atl_aqua_leviathan_dock = room {
 
			atl_iyh_state = 9;
 
			if (atl_iof_learr_dead) then
 
				walk('iyh_outro_aikerjarr');
 
			else
 
				walk('iyh_outro_learr');
 
			elseif atl_iyh_shockfish_dead then
 
                walk('iyh_outro_learr_shockfish_dead');
 
            elseif atl_iyh_entrance_destroyed then
 
				walk('iyh_outro_learr_temple_destoryed');
 
            else
 
                walk('iyh_outro_learr');
 
			end;
 
		end;
 
	end;