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