# HG changeset patch # User Silverwing # Date 2017-12-23 11:14:44 # Node ID 3da21717d0e33d30cd327920546da5a200d80731 # Parent 475a6fcb833dda735a32fa022393508303ba8c12 Iraaphaanotrr and Dypatreanotrr items hidden from Leviathan menu if player is in Iraa-city or Dyp-city diff --git a/leviathan.lua b/leviathan.lua --- a/leviathan.lua +++ b/leviathan.lua @@ -869,10 +869,10 @@ leviathan_dlg = dlg { if (temple_found and where(submarine_leviathan) ~= iyh_far_from_entrance_foot) then leviathan_dlg:pon("old_temple"); end; - if (iraaphaanotrr_found and where(submarine_leviathan) ~= ctt_iraa_city) then + if (iraaphaanotrr_found and where(submarine_leviathan) ~= iraa_near_city_west) then leviathan_dlg:pon("iraaphaanotrr"); end; - if (dypatreanotrr_found and where(submarine_leviathan) ~= ctt_dyp_city) then + if (dypatreanotrr_found and where(submarine_leviathan) ~= dyp_center) then leviathan_dlg:pon("dypatreanotrr"); end; if (iraaphaanotrr_temple_found and where(submarine_leviathan) ~= ctt_iraa_near_temple) then