mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fixed saprolings typo
This commit is contained in:
parent
6b9af161c4
commit
8de4987b80
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue