mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Removing debug line.
This commit is contained in:
@@ -84,7 +84,6 @@ public class ChooseColorAi extends SpellAbilityAi {
|
||||
testSa.setActivatingPlayer(ai);
|
||||
if (((PlayerControllerAi)ai.getController()).getAi().canPlaySa(testSa) == AiPlayDecision.WillPlay) {
|
||||
// the AI is willing to play the spell
|
||||
System.out.println("Willing to play " + testSa + " for " + testSa.getHostCard());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user