Changes

no edit summary
Line 173: Line 173:  
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:seconds_to_hms(ship:build_time())
+
return Formatting:seconds_to_hms(ship:build_time() * 60)
 
else
 
else
 
return self._unbuildable
 
return self._unbuildable
Anonymous user