forked from External/mage
Revised Odyssey cards
This commit is contained in:
parent
1c1cdb4464
commit
899271995d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class CoffinPurge extends CardImpl<CoffinPurge> {
|
|||
// Exile target card from a graveyard.
|
||||
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCardInGraveyard());
|
||||
this.getSpellAbility().addTarget(new TargetCardInGraveyard(true));
|
||||
// Flashback {B}
|
||||
this.addAbility(new FlashbackAbility(new ManaCostsImpl("{B}"), TimingRule.INSTANT));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue