mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
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
Reference in a new issue