forked from External/mage
Update ShiftingSliver.java
This commit is contained in:
parent
328d90ba6a
commit
83f892926f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ import mage.filter.predicate.mageobject.SubtypePredicate;
|
|||
*/
|
||||
public class ShiftingSliver extends CardImpl<ShiftingSliver> {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("except by Slivers");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Slivers");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.not(new SubtypePredicate("Sliver")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue