- Allowing Charms to have subAbilities be chosen more than once (AI support needs improving to actually filter through all the permutations)

This commit is contained in:
Sol
2015-11-10 03:10:53 +00:00
parent 27a80bbae9
commit 022041a2f6
6 changed files with 19 additions and 14 deletions

View File

@@ -444,7 +444,7 @@ public class PlayerControllerForTests extends PlayerController {
}
@Override
public List<AbilitySub> chooseModeForAbility(SpellAbility sa, int min, int num) {
public List<AbilitySub> chooseModeForAbility(SpellAbility sa, int min, int num, boolean allowRepeat) {
throw new IllegalStateException("Erring on the side of caution here...");
}