mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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()))
|
&& AllZone.getPhaseHandler().isNextTurn(AllZone.getComputerPlayer()))
|
||||||
|| saMe.getPayCosts() == null || isTrigger)) {
|
|| saMe.getPayCosts() == null || isTrigger)) {
|
||||||
if (tgt.addTarget(AllZone.getHumanPlayer())) {
|
if (tgt.addTarget(AllZone.getHumanPlayer())) {
|
||||||
System.out.println(saMe.getSourceCard() + "damageChoosingTargets");
|
System.out.println(saMe.getSourceCard() + " - damageChoosingTargets");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user