Changes

no edit summary
Line 265: Line 265:  
if row_data.ships then
 
if row_data.ships then
 
for index, ship in ipairs(row_data.ships) do
 
for index, ship in ipairs(row_data.ships) do
if ship ~= true then
+
if ship == false then
 +
table.insert(ships, "??")
 +
elseif ship ~= true then
 
link, text, section = row_data.ship_data[ship]:link()
 
link, text, section = row_data.ship_data[ship]:link()
 
if row_data.ship_names[ship] then
 
if row_data.ship_names[ship] then
Anonymous user