mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
[STX] fixed Hofri Ghostforge exiling himself
This commit is contained in:
parent
0eb539e016
commit
f033a6b3cd
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ import mage.filter.FilterPermanent;
|
||||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||||
import mage.filter.common.FilterCreaturePermanent;
|
import mage.filter.common.FilterCreaturePermanent;
|
||||||
import mage.filter.predicate.Predicates;
|
import mage.filter.predicate.Predicates;
|
||||||
|
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||||
import mage.filter.predicate.permanent.TokenPredicate;
|
import mage.filter.predicate.permanent.TokenPredicate;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
import mage.players.Player;
|
import mage.players.Player;
|
||||||
|
@ -41,6 +42,7 @@ public final class HofriGhostforge extends CardImpl {
|
||||||
= new FilterControlledCreaturePermanent("another nontoken creature you control");
|
= new FilterControlledCreaturePermanent("another nontoken creature you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
filter3.add(AnotherPredicate.instance);
|
||||||
filter3.add(Predicates.not(TokenPredicate.instance));
|
filter3.add(Predicates.not(TokenPredicate.instance));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue