Resolve "ZNR: Charm Effect tweaks"

This commit is contained in:
Hans Mackowiak
2020-10-01 05:02:41 +00:00
committed by Michael Kamensky
parent 2ce9f9a5b2
commit daf70f7e60
22 changed files with 237 additions and 143 deletions

View File

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