- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 187:
Line 187:
− +
Fix ship_type display
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_installation() then
ship_type = "(Installation)"
ship_type = ship_type .. " (Installation)"
end
end
self._vars.type = ship_type
self._vars.type = ship_type