mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
[SOI] Fixed Vessel of Nascency filter name.
This commit is contained in:
parent
ff9ef1ec0f
commit
60e4830c0b
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@ import mage.constants.Zone;
|
|||
import mage.filter.FilterCard;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.mageobject.CardTypePredicate;
|
||||
import static mage.filter.predicate.permanent.ControllerControlsIslandPredicate.filter;
|
||||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
import mage.target.TargetCard;
|
||||
|
@ -82,7 +81,7 @@ class VesselOfNascencyEffect extends OneShotEffect {
|
|||
private static final FilterCard filterPutInHand = new FilterCard("an artifact, creature, enchantment, land, or planeswalker card");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.or(new CardTypePredicate(CardType.ARTIFACT),
|
||||
filterPutInHand.add(Predicates.or(new CardTypePredicate(CardType.ARTIFACT),
|
||||
new CardTypePredicate(CardType.CREATURE),
|
||||
new CardTypePredicate(CardType.ENCHANTMENT),
|
||||
new CardTypePredicate(CardType.LAND),
|
||||
|
|
Loading…
Reference in a new issue