DigEffect: remove AndOrValid

This commit is contained in:
Hanmac
2019-07-14 05:59:04 +02:00
parent 4fa0419dd3
commit 4182ad7395
6 changed files with 6 additions and 230 deletions

View File

@@ -180,12 +180,6 @@ public class PlayerControllerForTests extends PlayerController {
return null;
}
@Override
public <T extends GameEntity> List<T> chooseFromTwoListsForEffect(FCollectionView<T> optionList1, FCollectionView<T> optionList2, boolean optional, DelayedReveal delayedReveal, SpellAbility sa, String title, Player targetedPlayer) {
// this isn't used
return null;
}
@Override
public boolean confirmAction(SpellAbility sa, PlayerActionConfirmMode mode, String message) {
return true;