mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Essence Depleter - Fixed that gain life effect was not applied.
This commit is contained in:
parent
dd6484dba5
commit
98b63ab2b6
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ public class EssenceDepleter extends CardImpl {
|
|||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new LoseLifeTargetEffect(1), new ManaCostsImpl("{1}{C}"));
|
||||
Effect effect = new GainLifeEffect(1);
|
||||
effect.setText("and you gain 1 life");
|
||||
ability.addEffect(effect);
|
||||
ability.addTarget(new TargetOpponent());
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
Loading…
Reference in a new issue