Changes
no edit summary
function EnemyShipInfoKai:type()
function EnemyShipInfoKai:type()
local ship_type = Formatting:format_ship_type(self._ship:type())
local ship_type = Formatting:format_ship_type(self._ship:type())
if self._ship:is_installation() then
if self._ship:is_pillbox() then
ship_type = ship_type .. " (Pillbox)"
elseif self._ship:is_installation() then
ship_type = ship_type .. " (Installation)"
ship_type = ship_type .. " (Installation)"
end
end