StrictAmount fix (#1993)

This commit is contained in:
tool4ever
2022-12-01 19:21:00 +01:00
committed by GitHub
parent 3c4ea61f09
commit 5fa7d23196
7 changed files with 20 additions and 24 deletions

View File

@@ -786,7 +786,7 @@ public class PlayerControllerAi extends PlayerController {
@Override
public boolean chooseBinary(SpellAbility sa, String question, BinaryChoiceType kindOfChoice, Boolean defaultVal) {
switch(kindOfChoice) {
switch (kindOfChoice) {
case TapOrUntap: return true;
case UntapOrLeaveTapped:
Card source = sa.getHostCard();