mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Removed a debug comment.
This commit is contained in:
@@ -652,7 +652,6 @@ public class AiController {
|
||||
}
|
||||
sa.setActivatingPlayer(player);
|
||||
if (sa.canPlay() && !ComputerUtil.castPermanentInMain1(player, sa) && sa.getHostCard() != null && !sa.getHostCard().getType().contains("Land") && ComputerUtilCost.canPayCost(sa, player)) {
|
||||
System.out.println("Predicted " + sa.getHostCard().getName());
|
||||
return sa;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user