mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Fixed tooltip text of AEther Shockwave.
This commit is contained in:
parent
cff8e33897
commit
7c6e1d026d
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ import mage.filter.predicate.mageobject.SubtypePredicate;
|
||||||
*/
|
*/
|
||||||
public class AEtherShockwave extends CardImpl<AEtherShockwave> {
|
public class AEtherShockwave extends CardImpl<AEtherShockwave> {
|
||||||
|
|
||||||
private static final FilterCreaturePermanent filterSpirit = new FilterCreaturePermanent("all Spirits");
|
private static final FilterCreaturePermanent filterSpirit = new FilterCreaturePermanent("Spirits");
|
||||||
private static final FilterCreaturePermanent filterNonSpirit = new FilterCreaturePermanent("all non-Spirit creatures");
|
private static final FilterCreaturePermanent filterNonSpirit = new FilterCreaturePermanent("non-Spirit creatures");
|
||||||
static {
|
static {
|
||||||
filterSpirit.add(new SubtypePredicate("Spirit"));
|
filterSpirit.add(new SubtypePredicate("Spirit"));
|
||||||
filterNonSpirit.add(Predicates.not(new SubtypePredicate("Spirit")));
|
filterNonSpirit.add(Predicates.not(new SubtypePredicate("Spirit")));
|
||||||
|
|
Loading…
Reference in a new issue