* Gain life for the first time each turn - added card hint about conditional;

This commit is contained in:
Oleg Agafonov 2020-11-29 00:10:31 +04:00
parent 248e3b009b
commit 3cef33bd5a

View file

@ -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) {