mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +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…
Reference in a new issue