mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Fix [LTR] Samwise Gamgee (filter another)
This commit is contained in:
parent
045bbbf04f
commit
83157149ef
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import mage.filter.FilterPermanent;
|
|||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.common.FilterHistoricCard;
|
||||
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||
import mage.filter.predicate.permanent.TokenPredicate;
|
||||
import mage.game.permanent.token.FoodToken;
|
||||
import mage.target.common.TargetCardInYourGraveyard;
|
||||
|
@ -34,6 +35,7 @@ public final class SamwiseGamgee extends CardImpl {
|
|||
private static final FilterCard filter3 = new FilterHistoricCard("historic card from your graveyard");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
filter.add(TokenPredicate.FALSE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue