mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Grotesque Demise targeting
This commit is contained in:
parent
7c655abb58
commit
f40c1ba95d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public final class GrotesqueDemise extends CardImpl {
|
|||
|
||||
// Exile target creature with power 3 or less.
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
}
|
||||
|
||||
private GrotesqueDemise(final GrotesqueDemise card) {
|
||||
|
|
Loading…
Reference in a new issue