mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Agonizing Demise prevents regeneration
This commit is contained in:
parent
6c0c499557
commit
7b9ca84ae1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class AgonizingDemise extends CardImpl {
|
|||
this.addAbility(new KickerAbility("{1}{R}"));
|
||||
|
||||
// Destroy target nonblack creature. It can't be regenerated.
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(true));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filterNonBlackCreature));
|
||||
|
||||
//If Agonizing Demise was kicked, it deals damage equal to that creature's power to the creature's controller.
|
||||
|
|
Loading…
Reference in a new issue