- "Gorgoroth Officer" no longer allows to not discard cards from hand to play the minion.

This commit is contained in:
marcins78@gmail.com
2012-07-03 23:39:19 +00:00
parent 66d84b05e8
commit 7809544167
2 changed files with 4 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ public class Card7_274 extends AbstractMinion {
&& PlayConditions.canPlayFromStacked(playerId, game, Filters.siteControlled(playerId), Culture.SAURON, Race.ORC)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 2, Culture.SAURON, Race.ORC));
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 2));
action.appendEffect(
new ChooseAndPlayCardFromStackedEffect(playerId, Filters.siteControlled(playerId), Culture.SAURON, Race.ORC) {
@Override

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>3 Jul. 2012</b>
- "Gorgoroth Officer" no longer allows to not discard cards from hand to play the minion.
<b>2 Jul. 2012</b>
- "Unheard of" now does not allow to wound minions that are assigned to a skirmish.