Changes

no edit summary
Line 182: Line 182:  
local ship_initial
 
local ship_initial
 
if ship ~= true then
 
if ship ~= true then
ship_initial = mw.ustring.sub(row_data.ship_data[ship]:name(), 1, 2)
+
ship_initial = mw.ustring.sub(row_data.ship_data[ship]:name(), 1, 1)
 
else
 
else
 
ship_initial = "✓"
 
ship_initial = "✓"
Anonymous user