Skip to content

Commit

Permalink
* Chandra, Acolyte of Flame - fixed that elemental tokens don't sacri…
Browse files Browse the repository at this point in the history
…ficed (#5872);
  • Loading branch information
JayDi85 committed Jul 1, 2019
1 parent 64cd15b commit 7f9e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/c/ChandraAcolyteOfFlame.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public boolean apply(Game game, Ability source) {
game.addEffect(effect, source);

Effect effect2 = new SacrificeTargetEffect();
effect.setTargetPointer(new FixedTarget(permId, game));
effect2.setTargetPointer(new FixedTarget(permId, game));
game.addDelayedTriggeredAbility(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(effect2), source);

// extra info
Expand Down

0 comments on commit 7f9e259

Please sign in to comment.