forked from External/mage
Merge fix
This commit is contained in:
parent
c6a3d5e588
commit
1e4f3524a9
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ public class EpicEffect extends OneShotEffect {
|
|||
if (spell == null) {
|
||||
return false;
|
||||
}
|
||||
spell = spell.copy();
|
||||
spell = spell.copy(); // it's a fake spell (template), real copy with events in EpicPushEffect
|
||||
spell.getSpellAbility().getEffects().removeIf(EpicEffect.class::isInstance);
|
||||
game.addDelayedTriggeredAbility(new AtTheBeginOfYourNextUpkeepDelayedTriggeredAbility(
|
||||
new EpicPushEffect(spell, rule), Duration.EndOfGame, false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue