- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 109:
Line 109:
− +
Line 165:
Line 165:
− +
fixes
function ShipInfoKai:image(ship)
function ShipInfoKai:image(ship)
return Formatting.format_image(ship:card())
return Formatting:format_image(ship:card())
end
end
return Formatting:format_remodel_level_and_cost(remodel_level, ship:remodel_cost(), ship:remodel_blueprint())
return Formatting:format_remodel_level_and_cost(remodel_level, ship:remodel_cost(), ship:remodel_blueprint())
elseif ship:buildable() then
elseif ship:buildable() then
return Formatting:format_seconds_to_hms(ship:build_time())
return Formatting:seconds_to_hms(ship:build_time())
else
else
return self._unbuildable
return self._unbuildable