mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
[CMR] Implemented Reshape the Earth
This commit is contained in:
parent
30ddcbc2d5
commit
dc18160af4
4 changed files with 42 additions and 0 deletions
|
|
@ -138,6 +138,12 @@ public final class StaticFilters {
|
|||
FILTER_CARD_LAND.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterLandCard FILTER_CARD_LANDS = new FilterLandCard("land cards");
|
||||
|
||||
static {
|
||||
FILTER_CARD_LANDS.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterLandCard FILTER_CARD_LAND_A = new FilterLandCard("a land card");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue