mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix Wilhelt, the Rotcleaver triggering off of its own death
This commit is contained in:
parent
f26b1470fa
commit
9cd6c6f269
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import mage.filter.FilterPermanent;
|
|||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.mageobject.AbilityPredicate;
|
||||
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||
import mage.game.permanent.token.ZombieDecayedToken;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
|
||||
|
|
@ -35,6 +36,7 @@ public final class WilheltTheRotcleaver extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(Predicates.not(new AbilityPredicate(DecayedAbility.class)));
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
|
||||
public WilheltTheRotcleaver(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue