This commit is contained in:
tool4EvEr
2023-07-28 19:29:05 +02:00
parent 28d2a174c5
commit 70de03381c
4 changed files with 1 additions and 22 deletions

View File

@@ -450,11 +450,6 @@ public class PlayerControllerForTests extends PlayerController {
return true;
}
@Override
public Card chooseProtectionShield(GameEntity entityBeingDamaged, List<String> options, Map<String, Card> choiceMap) {
return choiceMap.get(options.get(0));
}
@Override
public List<AbilitySub> chooseModeForAbility(SpellAbility sa, List<AbilitySub> possible, int min, int num, boolean allowRepeat) {
throw new IllegalStateException("Erring on the side of caution here...");