mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
fixed issue 45
This commit is contained in:
parent
b6445377d6
commit
24d14e8759
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ public class Demolish extends CardImpl<Demolish> {
|
|||
}
|
||||
|
||||
public Demolish(UUID ownerId) {
|
||||
super(ownerId, 196, "Demolish", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{B}");
|
||||
super(ownerId, 196, "Demolish", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{R}");
|
||||
this.expansionSetCode = "10E";
|
||||
this.color.setBlack(true);
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue