forked from External/mage
Added as thought effect to let creatures block tapped.
This commit is contained in:
parent
024a1fac9a
commit
4a28881f71
10 changed files with 194 additions and 52 deletions
|
|
@ -1701,7 +1701,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
|
|||
}
|
||||
|
||||
protected List<Permanent> getOpponentBlockers(UUID opponentId, Game game) {
|
||||
FilterCreatureForCombat blockFilter = new FilterCreatureForCombat();
|
||||
FilterCreatureForCombatBlock blockFilter = new FilterCreatureForCombatBlock();
|
||||
List<Permanent> blockers = game.getBattlefield().getAllActivePermanents(blockFilter, opponentId, game);
|
||||
return blockers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue