- "Whip of Many Thongs" now discards only Free People cards from hand.

This commit is contained in:
marcins78@gmail.com
2012-01-29 20:15:59 +00:00
parent 91da050273
commit 39bf2d67c0
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ public class Card12_080 extends AbstractAttachable {
new RevealAndChooseCardsFromOpponentHandEffect(action, self.getOwner(), game.getGameState().getCurrentPlayerId(), self, "Free Peoples player hand", Filters.none, 0, 0) {
@Override
protected void cardsSelected(List<PhysicalCard> selectedCards) {
final Collection<PhysicalCard> cardsToDiscard = Filters.filter(game.getGameState().getHand(game.getGameState().getCurrentPlayerId()), game.getGameState(), game.getModifiersQuerying(), Filters.or(Filters.printedTwilightCost(1), Filters.printedTwilightCost(0)));
final Collection<PhysicalCard> cardsToDiscard = Filters.filter(game.getGameState().getHand(game.getGameState().getCurrentPlayerId()), game.getGameState(), game.getModifiersQuerying(), Side.FREE_PEOPLE, Filters.or(Filters.printedTwilightCost(1), Filters.printedTwilightCost(0)));
action.appendEffect(
new DiscardCardsFromHandEffect(self, game.getGameState().getCurrentPlayerId(), cardsToDiscard, true));
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>29 Jan. 2012</b>
- "Whip of Many Thongs" now discards only Free People cards from hand.
<b>28 Jan. 2012</b>
- "Watch-tower of Cirith Ungol" now allows to exert only YOUR minion.
- "Arod" now adds the +1 resistance to bearer.