mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
fix Abdel Adrian
This commit is contained in:
parent
4c8f60e3a2
commit
503e842b51
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class AbdelAdrianGorionsWardEffect extends OneShotEffect {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(AnotherPredicate.instance);
|
filter.add(AnotherPredicate.instance);
|
||||||
filter.add(TargetController.YOU.getOwnerPredicate());
|
filter.add(TargetController.YOU.getControllerPredicate());
|
||||||
}
|
}
|
||||||
|
|
||||||
AbdelAdrianGorionsWardEffect() {
|
AbdelAdrianGorionsWardEffect() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue