mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[AFR] Implemented Trelassara Moon Dancer
This commit is contained in:
parent
ea84d1f5fe
commit
24cfed8a0a
4 changed files with 53 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.common;
|
||||
|
||||
import mage.abilities.TriggeredAbilityImpl;
|
||||
|
|
@ -15,6 +14,10 @@ public class GainLifeControllerTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
private final boolean setTargetPointer;
|
||||
|
||||
public GainLifeControllerTriggeredAbility(Effect effect) {
|
||||
this(effect, false);
|
||||
}
|
||||
|
||||
public GainLifeControllerTriggeredAbility(Effect effect, boolean optional) {
|
||||
this(effect, optional, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue