- "Gate Sentry" now discards condition rather than minion.
This commit is contained in:
@@ -44,7 +44,7 @@ public class Card6_102 extends AbstractMinion {
|
||||
action.appendCost(
|
||||
new ExertCharactersEffect(self, self));
|
||||
action.appendEffect(
|
||||
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.MINION));
|
||||
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.CONDITION));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>21 Nov. 2011</b>
|
||||
- "Fifth Level" has now a Fortification keyword.
|
||||
- "Gate Sentry" now discards condition rather than minion.
|
||||
|
||||
<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