mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
a few small fixes
This commit is contained in:
parent
993cc44f69
commit
395a138610
3 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ public enum DescendCondition implements Condition {
|
|||
FOUR(4),
|
||||
EIGHT(8);
|
||||
private static final Hint hint = new ValueHint(
|
||||
"Permanent cards in you graveyard",
|
||||
"Permanent cards in your graveyard",
|
||||
new CardsInControllerGraveyardCount(StaticFilters.FILTER_CARD_PERMANENT)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue