mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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;
|
this.timing = TimingRule.SORCERY;
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue