diff --git a/atlantis_iyhehevjiarr.lua b/atlantis_iyhehevjiarr.lua --- a/atlantis_iyhehevjiarr.lua +++ b/atlantis_iyhehevjiarr.lua @@ -88,7 +88,7 @@ iyh_far_from_entrance = dlg { no_exit = [[ Нет смысла покидать Левиафан здесь. ]]; - nam = "Штурвал Левиафана"; + nam = "Левиафан, рубка"; hideinv = true; entered = function(s) atl_iyh_state = 7; diff --git a/journey_zayslanotrr.lua b/journey_zayslanotrr.lua --- a/journey_zayslanotrr.lua +++ b/journey_zayslanotrr.lua @@ -0,0 +1,6 @@ +za_gate_foot = room { + nam = "Левиафан, рубка"; + dsc = [[ + Как только Левиафан приближается к города + ]]; +}; \ No newline at end of file diff --git a/leviathan.lua b/leviathan.lua --- a/leviathan.lua +++ b/leviathan.lua @@ -448,7 +448,7 @@ leviathan_airregen = obj { leviathan_wheelhouse = darkroom { nam = "leviathan_wheelhouse"; - disp = "Левиафан, Рубка"; + disp = "Левиафан, рубка"; leviathan = true; dsc_lit = function(s) local view = ""; @@ -733,7 +733,7 @@ leviathan_wiring = { leviathan_dlg = dlg { nam = "leviathan_dlg"; - disp = "Штурвал Левиафана"; + disp = "Левиафан, рубка"; dsc = function() local view = ""; if (type(where(submarine_leviathan).view) == "function") then