mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Deface - fixed that it's destroy any creature
This commit is contained in:
parent
f832ec366e
commit
1955e72395
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public final class Deface extends CardImpl {
|
|||
|
||||
// • Destroy target creature with defender.
|
||||
Mode mode = new Mode(new DestroyTargetEffect());
|
||||
mode.addTarget(new TargetPermanent());
|
||||
mode.addTarget(new TargetPermanent(filter));
|
||||
this.getSpellAbility().addMode(mode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue