Only creatures can be modified

This commit is contained in:
TRT
2022-02-10 09:14:05 +01:00
parent db415deee7
commit 01a9e14cc1
2 changed files with 4 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ public abstract class CountersAi extends SpellAbilityAi {
Card choice = null;
if (type.equals("P1P1")) {
// TODO look for modified
choice = ComputerUtilCard.getBestCreatureAI(list);
if (choice == null) {