Merge branch '1577-znr-charm-effect-tweaks' into 'master'

Resolve "ZNR: Charm Effect tweaks"

Closes #1562, #1570, and #1577

See merge request core-developers/forge!3197
This commit is contained in:
Michael Kamensky
2020-10-01 05:02:41 +00:00
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...");
}