- "Terrible and Evil" exerts Gandalf X times now, rather than only once.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user