a few small fixes

This commit is contained in:
theelk801 2023-10-24 22:59:43 -04:00
parent 993cc44f69
commit 395a138610
3 changed files with 6 additions and 6 deletions

View file

@ -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)
);