- Make sure the actual mana ability is being grabbed for amoutnOfManaGenerated

This commit is contained in:
Sol
2016-02-09 00:31:28 +00:00
parent 3a9e686c9c
commit c2c44b1d42

View File

@@ -523,7 +523,7 @@ public final class GameActionUtil {
// Calculate generated mana here for stack description and resolving // Calculate generated mana here for stack description and resolving
int amount = sa.hasParam("Amount") ? AbilityUtils.calculateAmount(sa.getHostCard(), sa.getParam("Amount"), sa) : 1; int amount = sa.hasParam("Amount") ? AbilityUtils.calculateAmount(sa.getHostCard(), sa.getParam("Amount"), sa) : 1;
AbilityManaPart abMana = sa.getManaPart(); AbilityManaPart abMana = sa.getManaPartRecursive();
if (sa.hasParam("Bonus")) { if (sa.hasParam("Bonus")) {
// For mana abilities that get a bonus // For mana abilities that get a bonus