mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
AI: logic for X in Sac cost
This commit is contained in:
committed by
Michael Kamensky
parent
6841f3c084
commit
7c9ac66e8a
@@ -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...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user