- 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 200:
Line 200:
+
+
+
+
no edit summary
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