Fixed saprolings typo

This commit is contained in:
Wehk 2015-07-04 16:02:28 +02:00
parent 6b9af161c4
commit 8de4987b80

View file

@ -47,10 +47,10 @@ import mage.filter.predicate.mageobject.SubtypePredicate;
*/
public class VindictiveMob extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("can't be blocked by Saporlings");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("can't be blocked by Saprolings");
static {
filter.add(new SubtypePredicate("Saporling"));
filter.add(new SubtypePredicate("Saproling"));
}
public VindictiveMob(UUID ownerId) {