- "Blood Runs Chill" now makes opponent to choose the shadow cards to discard.

- "Eowyn, Lady of Ithilien" now makes opponent to wound minions.
This commit is contained in:
marcins78@gmail.com
2011-11-21 18:56:42 +00:00
parent 51580587d1
commit d1963a7721
3 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class Card10_072 extends AbstractCompanion {
wounds += game.getGameState().getWounds(minion);
for (int i = 0; i < wounds; i++)
action.appendEffect(
new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, CardType.MINION));
new ChooseAndWoundCharactersEffect(action, opponentId, 1, 1, CardType.MINION));
}
});
return Collections.singletonList(action);

View File

@@ -42,7 +42,7 @@ public class Card8_003 extends AbstractEvent {
@Override
protected void opponentChosen(String opponentId) {
action.insertEffect(
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, count, count, Side.SHADOW));
new ChooseAndDiscardCardsFromPlayEffect(action, opponentId, count, count, Side.SHADOW));
}
});
}

View File

@@ -2,6 +2,8 @@
<b>21 Nov. 2011</b>
- "Fifth Level" has now a Fortification keyword.
- "Gate Sentry" now discards condition rather than minion.
- "Blood Runs Chill" now makes opponent to choose the shadow cards to discard.
- "Eowyn, Lady of Ithilien" now makes opponent to wound minions.
<b>20 Nov. 2011</b>
- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.