mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Removed a debug print line.
This commit is contained in:
@@ -159,7 +159,6 @@ public class UntapAi extends SpellAbilityAi {
|
|||||||
&& ab.getPayCosts() != null
|
&& ab.getPayCosts() != null
|
||||||
&& ab.getPayCosts().hasOnlySpecificCostType(CostTap.class)
|
&& ab.getPayCosts().hasOnlySpecificCostType(CostTap.class)
|
||||||
&& ab.canTarget(source)) {
|
&& ab.canTarget(source)) {
|
||||||
System.out.println("Found a recursive untap target: " + c);
|
|
||||||
toRemove.add(c);
|
toRemove.add(c);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user