mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fix build
This commit is contained in:
parent
aa55beeb4e
commit
e70ea7eaa8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class DayOfJudgment extends CardImpl<DayOfJudgment> {
|
|||
super(ownerId, 9, "Day of Judgment", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{2}{W}{W}");
|
||||
this.expansionSetCode = "ZEN";
|
||||
this.color.setWhite(true);
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(FilterCreaturePermanent.getDefault()));
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(new FilterCreaturePermanent()));
|
||||
}
|
||||
|
||||
public DayOfJudgment(final DayOfJudgment card) {
|
||||
|
|
Loading…
Reference in a new issue