* Flashfires - Fixed that it checked for subtype "Plain" insted of "Plains".

This commit is contained in:
LevelX2 2014-11-11 12:50:39 +01:00
parent c552d31f32
commit 05c440a160

View file

@ -44,7 +44,7 @@ public class Flashfires extends CardImpl {
private static final FilterLandPermanent filter = new FilterLandPermanent("Plains");
static{
filter.add(new SubtypePredicate("Plain"));
filter.add(new SubtypePredicate("Plains"));
}
public Flashfires(UUID ownerId) {