forked from External/mage
Using unique/special new event type for taking special actions and special mana payment(fixes #6753).
This commit is contained in:
parent
08d9e8cfa0
commit
75c4ff7d8e
9 changed files with 45 additions and 6 deletions
|
|
@ -126,6 +126,7 @@ class DelveSpecialAction extends SpecialAction {
|
|||
|
||||
public DelveSpecialAction(AlternateManaPaymentAbility manaAbility) {
|
||||
super(Zone.ALL, manaAbility);
|
||||
this.abilityType = AbilityType.SPECIAL_MANA_PAYMENT;
|
||||
this.addEffect(new DelveEffect());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue