Changes
mLine 153:
Line 153:
− +
typo
function ShipInfoKai:build_remodel_info(ship)
function ShipInfoKai:build_remodel_info(ship)
if ship:remodeled() then
if ship:remodeled() then
return mw.uwstring.format("%s, %s %s", ship:remodel_level(), ship:remodel_cost(), ship:remodel_blueprint())
return mw.ustring.format("%s, %s %s", ship:remodel_level(), ship:remodel_cost(), ship:remodel_blueprint())
elseif ship:buildable() then
elseif ship:buildable() then
return ship:build_time()
return ship:build_time()