- 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
mLine 33:
Line 33:
− +
'add_flying' lol
local tabber = Tabber()
local tabber = Tabber()
tabber:add_tab("Equipment", self._vars.card)
tabber:add_tab("Equipment", self._vars.card)
tabber:add_flying("Flying", EquipmentGraphicKai:get{equip = self._equipment, flying = true})
tabber:add_tab("Flying", EquipmentGraphicKai:get{equip = self._equipment, flying = true})
self._vars.card = tostring(tabber)
self._vars.card = tostring(tabber)
end
end