removed <filter>.getDefault()

This commit is contained in:
North 2011-10-23 12:17:14 +03:00
parent 4ccf0f799d
commit aa55beeb4e
110 changed files with 134 additions and 274 deletions

View file

@ -54,7 +54,7 @@ public class DestructiveForce extends CardImpl<DestructiveForce> {
this.expansionSetCode = "M11";
this.color.setRed(true);
this.getSpellAbility().addEffect(new SacrificeAllEffect(5, filter));
this.getSpellAbility().addEffect(new DamageAllEffect(5, FilterCreaturePermanent.getDefault()));
this.getSpellAbility().addEffect(new DamageAllEffect(5, new FilterCreaturePermanent()));
}
public DestructiveForce(final DestructiveForce card) {