2712
ediciones
Cambios
sin resumen de edición
v = v:sub( 2 )
if not v:find( ':' ) then
if v == 'Sticky Piston' then v = 'Piston'
elseif v == 'Red Mushroom' or v == 'Brown Mushroom' then v = 'Mushroom'
end
end
categories = table.concat( categories, '' )
end