diff --git a/atlantis.lua b/atlantis.lua --- a/atlantis.lua +++ b/atlantis.lua @@ -900,7 +900,7 @@ char_learr_atlantis = npc { elseif stead.deref(here()) == "atl_oculus_library" then return [[{Леарр} спокойно стоит рядом с Екатериной Светловой. ]]; else - if (where(char_jack_wright_atlantis) == atl_ignis_hall_a) then + if (stead.deref(where(char_jack_wright_atlantis)) == atl_ignis_hall_a) then return [[{Леарр} стоит перед иллюминатором и что-то рассказывает ]]; else return [[{Леарр} стоит перед иллюминатором и смотрит вдаль. ]]; @@ -908,7 +908,7 @@ char_learr_atlantis = npc { end; end; dlg = function(s) - if where(s) == atl_oculus_lab_a then + if stead.deref(where(s)) == atl_oculus_lab_a then return "char_svetlova_dlg"; else return "char_learr_atlantis_dlg";