mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
fix related to af527810
This commit is contained in:
parent
3ab158fd16
commit
2022f940fb
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ import mage.cards.CardImpl;
|
|||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.*;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.filter.predicate.permanent.TokenPredicate;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -45,7 +44,7 @@ public final class ZurgoThundersDecree extends CardImpl {
|
|||
// During your end step, Warrior tokens you control have "This token can't be sacrificed."
|
||||
this.addAbility(new SimpleStaticAbility(new ConditionalContinuousEffect(new GainAbilityControlledEffect(
|
||||
new SimpleStaticAbility(new CantBeSacrificedSourceEffect()),
|
||||
Duration.WhileOnBattlefield, StaticFilters.FILTER_PERMANENTS
|
||||
Duration.WhileOnBattlefield, filter
|
||||
), condition, "during your end step, Warrior tokens you control have \"This token can't be sacrificed.\"")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue