mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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…
Reference in a new issue