mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Fixed that Fall of the Thran allowed AI to get back dragons (fixes #4848).
This commit is contained in:
parent
e54980f6ae
commit
242e55dcd4
2 changed files with 4 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ public final class StaticFilters {
|
|||
static {
|
||||
FILTER_CARD_CREATURE_YOUR_GRAVEYARD.setLockedFilter(true);
|
||||
}
|
||||
public static final FilterCard FILTER_CARD_LAND = new FilterLandCard();
|
||||
public static final FilterLandCard FILTER_CARD_LAND = new FilterLandCard();
|
||||
|
||||
static {
|
||||
FILTER_CARD_LAND.setLockedFilter(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue