# HG changeset patch # User Silverwing # Date 2018-12-20 17:53:28 # Node ID 29c36ff9be13e61806f81b22097f7a433e5fb2ff # Parent 61658e21fc6bf9c7688624a2a44d209b4fa1ef2f leviathan - fix errors while trying to control leviathan in certain locations diff --git a/leviathan.lua b/leviathan.lua --- a/leviathan.lua +++ b/leviathan.lua @@ -864,7 +864,7 @@ leviathan_dlg = dlg { if (type(where(submarine_leviathan).view) == "function") then view = where(submarine_leviathan):view(); else - view = where(submarine_leviathan).view(); + view = where(submarine_leviathan).view; end; return [[Вы находитесь в рубке Левиафана перед штурвалом. Отсюда вы можете направиться куда-нибудь. Яркий свет электрических ламп освещает помещение. ]] .. (view);