mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
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…
Reference in a new issue