AI: logic for X in Sac cost

This commit is contained in:
Hans Mackowiak
2021-01-02 05:15:08 +00:00
committed by Michael Kamensky
parent 6841f3c084
commit 7c9ac66e8a
69 changed files with 283 additions and 320 deletions

View File

@@ -127,7 +127,7 @@ public class PlayerControllerForTests extends PlayerController {
}
@Override
public Integer announceRequirements(SpellAbility ability, String announce, boolean allowZero) {
public Integer announceRequirements(SpellAbility ability, String announce) {
throw new IllegalStateException("Erring on the side of caution here...");
}