mirror of
https://github.com/correl/mage.git
synced 2025-03-17 17:00:08 -09:00
[M19] Valiant Knight - Fixed rules text (#7360)
This commit is contained in:
parent
a9938aa009
commit
f38697194a
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
|
|
Loading…
Add table
Reference in a new issue