forked from External/mage
Fix tooltip on Stromkirk Condemned
Should be 'Vampires you control' instead of 'Vampires'.
This commit is contained in:
parent
cd9c57fead
commit
a5e6dfdf95
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…
Add table
Add a link
Reference in a new issue