diff --git a/journey_venaedanotrr_labyrinth.lua b/journey_venaedanotrr_labyrinth.lua --- a/journey_venaedanotrr_labyrinth.lua +++ b/journey_venaedanotrr_labyrinth.lua @@ -176,53 +176,6 @@ ven_temple_labyrinth_l1 = labyrinth { "На юг"; "На запад"; }; - - ways_print = function(s, o) - - local n, e, sth, w; - if s.map[s.position]['e1'] or s.map[s.position]['ex1'] then - n = stead.xref(txtnb('N'), s.way[1]); - else - n = txtnb('N'); - end; - if s.map[s.position]['e2'] or s.map[s.position]['ex2'] then - e = stead.xref(txtnb('E'), s.way[2]); - else - e = txtnb('E'); - end; - if s.map[s.position]['e3'] or s.map[s.position]['ex3'] then - sth = stead.xref('S', s.way[3]); - else - sth = txtnb('S'); - end; - if s.map[s.position]['e4'] or s.map[s.position]['ex4'] then - w = stead.xref('W', s.way[4]); - else - w = txtnb('W'); - end; - local left = '35%'; - local right = '65%'; - local il = '^^'; - if theme.name() == '.mobile' then - print('x'); - il = '^'; - left = '25%'; - right = '75%'; - end; - local left = '35%'; - local right = '65%'; - local il = '^^'; - if theme.name() == '.mobile' then - print('x'); - il = '^'; - left = '25%'; - right = '75%'; - end; - - return txttab('50%', 'center') .. n .. il - .. txttab(left, 'center') .. w .. txttab(right, 'center') .. e .. il - .. txttab('50%', 'center') .. sth .. '^' .. stead.xref(txtnb('Ждать'), s.way[5]); - end; nam = "Венаэданотр, храм, лабиринт"; dsc = function(s) if (s.map[s.position].name) then