mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Flashfires - Fixed that it checked for subtype "Plain" insted of "Plains".
This commit is contained in:
parent
c552d31f32
commit
05c440a160
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue