forked from External/mage
[FDN] Implement Cat Collector
This commit is contained in:
parent
defc7cec70
commit
6a324d97ca
3 changed files with 76 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class GainLifeFirstTimeTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("When" + (when ? "" : "ever") + " you gain life for the first time each turn, ");
|
||||
}
|
||||
|
||||
private GainLifeFirstTimeTriggeredAbility(final GainLifeFirstTimeTriggeredAbility ability) {
|
||||
protected GainLifeFirstTimeTriggeredAbility(final GainLifeFirstTimeTriggeredAbility ability) {
|
||||
super(ability);
|
||||
this.when = ability.when;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue