mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Revert "[ELD] fixed Charming Prince targeting owned creatures and not controlled creatures (fixes #7108)"
This reverts commit dc3802851c
.
This commit is contained in:
parent
dc3802851c
commit
39e2d79f91
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public final class CharmingPrince extends CardImpl {
|
|||
private static final FilterPermanent filter = new FilterCreaturePermanent("another creature you own");
|
||||
|
||||
static {
|
||||
filter.add(TargetController.YOU.getControllerPredicate());
|
||||
filter.add(TargetController.YOU.getOwnerPredicate());
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue