@@ -976,25 +976,12 @@ suit = function(tab)
tab.inv = _atlantis.suit_inv;
end;
return obj(tab);
stead.list_str = function(self)
local v, vv
for i, o in stead.opairs(self) do
o = stead.ref(o);
if isObject(o) and not isDisabled(o) then
vv = stead.dispof(o)
vv = stead.xref(vv, o);
v = stead.par(stead.delim, v, vv);
end
return v;
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