mirror of
https://github.com/correl/mage.git
synced 2025-04-04 17:00:13 -09:00
[AER] Fix Consulate Crackdown to use TargetController.OPPONENT instead of TargetController.NOT_YOU
This commit is contained in:
parent
87ff07678d
commit
2ee5f223fe
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