From 05c440a160f63bfd7fed8c421136f2bcf4afa294 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 11 Nov 2014 12:50:39 +0100 Subject: [PATCH] * Flashfires - Fixed that it checked for subtype "Plain" insted of "Plains". --- Mage.Sets/src/mage/sets/fifthedition/Flashfires.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/fifthedition/Flashfires.java b/Mage.Sets/src/mage/sets/fifthedition/Flashfires.java index 72bfadb5fca..2c6206a8bd3 100644 --- a/Mage.Sets/src/mage/sets/fifthedition/Flashfires.java +++ b/Mage.Sets/src/mage/sets/fifthedition/Flashfires.java @@ -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) {