Changes

try to always hd
Line 69: Line 69:     
function ShipBattleCardKai:get_source(ship, args)
 
function ShipBattleCardKai:get_source(ship, args)
return args.damaged and ship:battle_card_damaged(args.hd) or ship:battle_card(args.hd)
+
return args.damaged and ship:battle_card_damaged(true) or ship:battle_card(true)
 
end
 
end
  
cssedit, gkautomate
6,941

edits