fix build

This commit is contained in:
Loki 2011-10-23 13:44:00 +04:00
parent aa55beeb4e
commit e70ea7eaa8

View file

@ -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) {