mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08: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}");
|
super(ownerId, 9, "Day of Judgment", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{2}{W}{W}");
|
||||||
this.expansionSetCode = "ZEN";
|
this.expansionSetCode = "ZEN";
|
||||||
this.color.setWhite(true);
|
this.color.setWhite(true);
|
||||||
this.getSpellAbility().addEffect(new DestroyAllEffect(FilterCreaturePermanent.getDefault()));
|
this.getSpellAbility().addEffect(new DestroyAllEffect(new FilterCreaturePermanent()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public DayOfJudgment(final DayOfJudgment card) {
|
public DayOfJudgment(final DayOfJudgment card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue