mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
* Gain life for the first time each turn - added card hint about conditional;
This commit is contained in:
parent
248e3b009b
commit
3cef33bd5a
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class GainLifeFirstTimeTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(zone, effect, optional);
|
||||
this.when = when;
|
||||
this.addWatcher(new GainLifeFirstTimeWatcher());
|
||||
this.addHint(hint);
|
||||
}
|
||||
|
||||
private GainLifeFirstTimeTriggeredAbility(final GainLifeFirstTimeTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue