"Balin Avenged"

This commit is contained in:
marcins78@gmail.com
2012-02-09 21:58:34 +00:00
parent 3af00b2375
commit 4d24bb0676

View File

@@ -36,7 +36,7 @@ public class AbstractPermanent extends AbstractLotroCardBlueprint {
if (discountEffect != null)
action.setDiscountEffect(discountEffect);
List<? extends Effect> extraCosts = game.getModifiersQuerying().getExtraCostsToPlay(game.getGameState(), self);
List<? extends Effect> extraCosts = game.getModifiersQuerying().getExtraCostsToPlay(game.getGameState(), action, self);
for (Effect extraCost : extraCosts)
action.appendCost(extraCost);