mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
Added Shunt, Deflection and Imp's Mischief.
This commit is contained in:
parent
8b180f0b9c
commit
4dddb9ea12
9 changed files with 511 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class LoseLifeSourceEffect extends OneShotEffect<LoseLifeSourceEffect> {
|
|||
}
|
||||
|
||||
public LoseLifeSourceEffect(DynamicValue amount) {
|
||||
super(Outcome.Damage);
|
||||
super(Outcome.LoseLife);
|
||||
this.amount = amount;
|
||||
setText();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue