mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Mana Tapping - Fixed a bug that prevented to undo mana tapping done without paying for a spell or ability.
This commit is contained in:
parent
b71ae8aeef
commit
d0ed98466f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ public abstract class ManaAbility extends ActivatedAbilityImpl {
|
||||||
public ManaAbility(final ManaAbility ability) {
|
public ManaAbility(final ManaAbility ability) {
|
||||||
super(ability);
|
super(ability);
|
||||||
this.netMana.addAll(ability.netMana);
|
this.netMana.addAll(ability.netMana);
|
||||||
|
this.undoPossible = ability.undoPossible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue