* Astral Cornucopia - Fixed that always no mana was produced when used.

This commit is contained in:
LevelX2 2014-12-02 18:06:02 +01:00
parent 50c31f78d7
commit b9de0e7f93

View file

@ -186,6 +186,7 @@ class AstralCornucopiaManaEffect extends ManaEffect {
break;
}
}
game.getPlayer(source.getControllerId()).getManaPool().addMana(computedMana, game, source);
return true;
}
}