File diff f81e14d2c9d5 → 49453d20bb94
utils.lua
Show inline comments
 
@@ -979,16 +979,6 @@ suit = function(tab)
 
	return obj(tab);
 
end;
 
 
old_player_ways = stead.player_ways;
 
 
stead.player_ways = function(s)
 
    if type(here().ways_print) == 'function' then
 
        return here().ways_print(here(), s); 
 
    else
 
        return old_player_ways(s);
 
    end;
 
end;
 
 
labyrinth = function(tab)
 
    local enter = tab.enter;
 
    local exit = tab.exit;