Fixed Odric, Master Tactician (fixes #7266) (#7322)

This commit is contained in:
Daniel Bomar 2021-01-01 11:26:10 -06:00 committed by GitHub
parent 98235ba57f
commit de37ad1da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,9 +128,6 @@ class OdricMasterTacticianChooseBlockersEffect extends ContinuousRuleModifyingEf
@Override
public boolean applies(GameEvent event, Ability source, Game game) {
if (source.isControlledBy(event.getPlayerId())) {
return false; // Don't replace the own call to selectBlockers
}
ChooseBlockersRedundancyWatcher watcher = game.getState().getWatcher(ChooseBlockersRedundancyWatcher.class);
if (watcher == null) {
return false;