mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +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
|
@ -61,8 +61,9 @@ public class CracklingDoom extends CardImpl {
|
|||
this.color.setBlack(true);
|
||||
this.color.setWhite(true);
|
||||
|
||||
// Crackling Doom deals 2 damage to each opponent. Each opponent sacrifices a creature with the greatest power among creatures he or she controls.
|
||||
// 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