Changes

m
Edit to reuse current ShipInfo module
Line 19: Line 19:  
end
 
end
 
   
 
   
function EnemyShipCard:Constructor(frame)
+
function EnemyShipCard:BattleCard(args)
local args = getArgs{frame = frame:getParent()}
   
local ship = self:create_ship(args)
 
local ship = self:create_ship(args)
 
return self:battle_card(ship, args)
 
return self:battle_card(ship, args)
Anonymous user