debug output fix (AF DealDamage)

This commit is contained in:
slapshot5
2012-01-29 17:02:25 +00:00
parent 9b7a50259a
commit 55932e093c

View File

@@ -592,7 +592,7 @@ public class AbilityFactoryDealDamage {
&& AllZone.getPhaseHandler().isNextTurn(AllZone.getComputerPlayer()))
|| saMe.getPayCosts() == null || isTrigger)) {
if (tgt.addTarget(AllZone.getHumanPlayer())) {
System.out.println(saMe.getSourceCard() + "damageChoosingTargets");
System.out.println(saMe.getSourceCard() + " - damageChoosingTargets");
continue;
}
}