- "Gate Sentry" now discards condition rather than minion.

This commit is contained in:
marcins78@gmail.com
2011-11-21 18:17:47 +00:00
parent cb7b701743
commit 51580587d1
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -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.