mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Replaced some wrong card movement handling.
This commit is contained in:
parent
798196c765
commit
90e9a21aa5
4 changed files with 47 additions and 49 deletions
|
|
@ -41,6 +41,11 @@ public final class StaticFilters {
|
|||
static {
|
||||
FILTER_ENCHANTMENT_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
public static final FilterCard FILTER_CARD = new FilterCard("card");
|
||||
|
||||
static {
|
||||
FILTER_CARD.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCard FILTER_CARD_CARDS = new FilterCard("cards");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue