1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-17 17:00:08 -09:00

[M19] Valiant Knight - Fixed rules text ()

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}");