mirror of
https://github.com/correl/mage.git
synced 2025-02-19 11:07:01 +00:00
Merge pull request #2683 from JRHerlehy/master
[AER] Fix Consulate Crackdown
This commit is contained in:
commit
cbdb96a5e1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class ConsulateCracksownExileEffect extends OneShotEffect {
|
|||
private static final FilterArtifactPermanent filter = new FilterArtifactPermanent("artifacts your opponents control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.NOT_YOU));
|
||||
filter.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
}
|
||||
|
||||
public ConsulateCracksownExileEffect() {
|
||||
|
|
Loading…
Add table
Reference in a new issue