mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Crackling Doom - Fixed that the sacrifice effect was not applied.
This commit is contained in:
parent
632f711fe2
commit
5ce246aba1
1 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@ public class CracklingDoom extends CardImpl {
|
|||
|
||||
// Crackling Doom deals 2 damage to each opponent. Each opponent sacrifices a creature with the greatest power among creatures he or she controls.
|
||||
this.getSpellAbility().addEffect(new DamagePlayersEffect(2, TargetController.OPPONENT));
|
||||
this.getSpellAbility().addEffect(new CracklingDoomEffect());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue