- "Gorgoroth Officer" no longer allows to not discard cards from hand to play the minion.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user