mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[BRO] Implement Wasteful Harvest
This commit is contained in:
parent
03982365bd
commit
a3dac3962e
3 changed files with 38 additions and 0 deletions
|
|
@ -224,6 +224,12 @@ public final class StaticFilters {
|
|||
FILTER_CARD_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterPermanentCard FILTER_CARD_A_PERMANENT = new FilterPermanentCard("a permanent card");
|
||||
|
||||
static {
|
||||
FILTER_CARD_A_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterPermanent FILTER_PERMANENT = new FilterPermanent();
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue