mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
text fixes [MRD] [DST] [5DN]
This commit is contained in:
parent
566839ceeb
commit
fdb8fe83af
18 changed files with 35 additions and 66 deletions
|
|
@ -16,7 +16,9 @@ import java.util.Set;
|
|||
|
||||
public enum CardsInControllerHandCount implements DynamicValue {
|
||||
|
||||
|
||||
ANY(StaticFilters.FILTER_CARD_CARDS),
|
||||
ANY_SINGULAR(StaticFilters.FILTER_CARD),
|
||||
CREATURES(StaticFilters.FILTER_CARD_CREATURES),
|
||||
LANDS(StaticFilters.FILTER_CARD_LANDS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue