• 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 200: Line 200:  
function EquipmentInfoKai:eq_type()
 
function EquipmentInfoKai:eq_type()
 
self._vars.eq_type = Formatting:format_equipment_type(self._equipment:type())
 
self._vars.eq_type = Formatting:format_equipment_type(self._equipment:type())
 +
local album_type = self._equipment:album_type()
 +
if album_type then
 +
self._vars.eq_type = Formatting:tooltip(self._vars.eq_type, album_type)
 +
end
 
end
 
end
  
Anonymous user

Navigation menu