- "Terrible and Evil" exerts Gandalf X times now, rather than only once.

This commit is contained in:
marcins78@gmail.com
2011-11-21 23:32:47 +00:00
parent 4dce3aa459
commit 721e66ce42
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ public class Card7_050 extends AbstractEvent {
public void decisionMade(String result) throws DecisionResultInvalidException {
int exertCount = getValidatedResult(result);
action.insertCost(
new ChooseAndExertCharactersEffect(action, playerId, exertCount, exertCount, Filters.gandalf));
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, exertCount, Filters.gandalf));
action.appendEffect(
new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, exertCount, CardType.MINION) {
@Override

View File

@@ -6,6 +6,7 @@
- "Eowyn, Lady of Ithilien" now makes opponent to wound minions.
- "Three Monstrous Trolls" no longer freezes game, when systems adds twilight (for example for moving).
- "Eomer, Keeper of Oaths" can play only ROHAN possessions from those revelead, rather than any cards.
- "Terrible and Evil" exerts Gandalf X times now, rather than only once.
<b>20 Nov. 2011</b>
- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.