mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
small change to Deputy of Detention
This commit is contained in:
parent
ea8947dda5
commit
dc06035de6
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class DeputyOfDetentionExileEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
|
||||
FilterPermanent filter = new FilterPermanent();
|
||||
FilterPermanent filter = new FilterNonlandPermanent();
|
||||
filter.add(new ControllerIdPredicate(targeted.getControllerId()));
|
||||
filter.add(new NamePredicate(targeted.getName()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue