Changes
mLine 89:
Line 89:
− +
no edit summary
function EnemyShipListKai:hp(ship)
function EnemyShipListKai:hp(ship)
return {value = Formatting:format_stat(ship:hp()), bg_color = "#e6cfd3", text_align = self._center_align}
return {value = Formatting:format_stat(ship:hp()), bg_color = "#f0d9dd", text_align = self._center_align}
end
end