forked from External/mage
Small text fix
This commit is contained in:
parent
00e110e728
commit
5b50201ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import java.util.UUID;
|
|||
public final class CongregationGryff extends CardImpl {
|
||||
|
||||
private static final DynamicValue xValue = new PermanentsOnBattlefieldCount(new FilterControlledPermanent(SubType.MOUNT));
|
||||
private static final Hint hint = new ValueHint("Number of mounts you control", xValue);
|
||||
private static final Hint hint = new ValueHint("Number of Mounts you control", xValue);
|
||||
|
||||
public CongregationGryff(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{W}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue