mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
debug output fix (AF DealDamage)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user