mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Merge pull request #7506 from mataha/fix/card/stromkirk-condemned
Fix tooltip on Stromkirk Condemned
This commit is contained in:
commit
62cad8e850
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import mage.filter.common.FilterCreaturePermanent;
|
|||
*/
|
||||
public final class StromkirkCondemned extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Vampires");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Vampires you control");
|
||||
|
||||
static {
|
||||
filter.add(SubType.VAMPIRE.getPredicate());
|
||||
|
|
Loading…
Reference in a new issue