mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Clean up
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user