mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Reflecting Pool - Fixed that mana from dynamic mana abilities were not taken into account (e.g. Gaea's Cradle or Serra's Sanctum).
This commit is contained in:
parent
2eae39b82f
commit
8d6d8d25e5
3 changed files with 34 additions and 7 deletions
|
|
@ -115,4 +115,9 @@ public class DynamicManaAbility extends ActivatedManaAbilityImpl {
|
|||
}
|
||||
return newNetMana;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean definesMana() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue