mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
commit
65bc4ff5a4
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,11 @@ public class EternalizeAbility extends ActivatedAbilityImpl {
|
||||||
setRule(cost, card);
|
setRule(cost, card);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public EternalizeAbility(Cost cost, Card card, String rule) {
|
||||||
|
this(cost, card);
|
||||||
|
this.rule = rule;
|
||||||
|
}
|
||||||
|
|
||||||
public EternalizeAbility(final EternalizeAbility ability) {
|
public EternalizeAbility(final EternalizeAbility ability) {
|
||||||
super(ability);
|
super(ability);
|
||||||
this.rule = ability.rule;
|
this.rule = ability.rule;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue