• 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
no edit summary
Line 95: Line 95:  
local value = Formatting:format_ship_compatibility(equipment:equippable())
 
local value = Formatting:format_ship_compatibility(equipment:equippable())
 
if equipment:is_lbas_plane() then
 
if equipment:is_lbas_plane() then
value = value .. "; LBAS"
+
value = value == "" and "LBAS" or value .. "; LBAS"
 
end
 
end
 
return {values = {value = value}, bg_color = self._transparent, text_align = "text-align: " .. self._start_align}
 
return {values = {value = value}, bg_color = self._transparent, text_align = "text-align: " .. self._start_align}
cssedit, gkautomate
6,916

edits

Navigation menu