Changes
no edit summary
local back = self._ship:back()
local back = self._ship:back()
self._vars.top_bg_color, self._vars.top_extra_style = Formatting:format_ship_back(back), ""
self._vars.top_bg_color, self._vars.top_extra_style = Formatting:format_ship_back(back), ""
end
function ShipInfoKai:id()
self._vars.id = Formatting:format_stat(self._ship:id())
end
end