Changes

m
Testing with links function.
Line 12: Line 12:  
function ShipCardListKai:card(ship, link)
 
function ShipCardListKai:card(ship, link)
 
local value
 
local value
 +
if not args then
 +
args = ship
 +
ship = args.ship
 +
end
 
if ship == false then
 
if ship == false then
 
value = Formatting:format_image{self._blank, size = self._size}
 
value = Formatting:format_image{self._blank, size = self._size}
104

edits