Fix GenericChoice UI

This commit is contained in:
Anthony Calosa
2020-09-30 21:26:06 +08:00
parent 9d39882728
commit 5be73af7e9
5 changed files with 8 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ public class PlayerControllerAi extends PlayerController {
@Override
public List<SpellAbility> chooseSpellAbilitiesForEffect(List<SpellAbility> spells, SpellAbility sa, String title,
int num, Map<String, Object> params) {
int num, Map<String, Object> params, boolean generic) {
List<SpellAbility> remaining = Lists.newArrayList(spells);
List<SpellAbility> selecteds = Lists.newArrayList();
SpellAbility selected;