• 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
fixes
Line 109: Line 109:     
function ShipInfoKai:image(ship)
 
function ShipInfoKai:image(ship)
return Formatting.format_image(ship:card())
+
return Formatting:format_image(ship:card())
 
end
 
end
   Line 165: Line 165:  
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
Anonymous user

Navigation menu