forked from External/mage
parent
98235ba57f
commit
de37ad1da1
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue