Changes
no edit summary
function EnemyShipListKai:card(ship)
function EnemyShipListKai:card(ship)
local value
local value
local bg_color, extra_style = EnemyColors.rarity_colors(ship)
local bg_color, extra_style = EnemyColors:rarity_colors(ship)
if ship == false then
if ship == false then
value = Formatting:format_image{self._blank, size = self._size}
value = Formatting:format_image{self._blank, size = self._size}