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
|
@ -58,6 +58,11 @@ public class EternalizeAbility extends ActivatedAbilityImpl {
|
|||
this.timing = TimingRule.SORCERY;
|
||||
setRule(cost, card);
|
||||
}
|
||||
|
||||
public EternalizeAbility(Cost cost, Card card, String rule) {
|
||||
this(cost, card);
|
||||
this.rule = rule;
|
||||
}
|
||||
|
||||
public EternalizeAbility(final EternalizeAbility ability) {
|
||||
super(ability);
|
||||
|
|
Loading…
Reference in a new issue