mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
text fix: tainted land cycle capitalization
This commit is contained in:
parent
23ad5ccae7
commit
c4f9faa916
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class TaintedField extends CardImpl {
|
||||
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a swamp");
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a Swamp");
|
||||
static {
|
||||
filter.add(SubType.SWAMP.getPredicate());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class TaintedPeak extends CardImpl {
|
||||
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a swamp");
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a Swamp");
|
||||
static {
|
||||
filter.add(SubType.SWAMP.getPredicate());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class TaintedWood extends CardImpl {
|
||||
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a swamp");
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("you control a Swamp");
|
||||
static {
|
||||
filter.add(SubType.SWAMP.getPredicate());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue