[M19] Valiant Knight - Fixed rules text (#7360)

This commit is contained in:
Daniel Bomar 2021-01-09 21:37:02 -06:00 committed by GitHub
parent a9938aa009
commit f38697194a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import mage.filter.common.FilterCreaturePermanent;
public final class ValiantKnight extends CardImpl {
private static final FilterCreaturePermanent filter
= new FilterCreaturePermanent(SubType.KNIGHT, "Knights you control");
= new FilterCreaturePermanent(SubType.KNIGHT, "Knights");
public ValiantKnight(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}");