- "Unheard of" now does not allow to wound minions that are assigned to a skirmish.

This commit is contained in:
marcins78@gmail.com
2012-07-02 10:42:33 +00:00
parent 22e44a6c42
commit 5540efc894
2 changed files with 4 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ public class Card8_007 extends AbstractResponseEvent {
protected void cardSelected(LotroGame game, PhysicalCard card) {
int count = game.getModifiersQuerying().getKeywordCount(game.getGameState(), card, Keyword.DAMAGE);
action.insertEffect(
new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, count, CardType.MINION, Filters.not(Filters.inSkirmish)));
new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, count, CardType.MINION, Filters.notAssignedToSkirmish));
}
});
return Collections.singletonList(action);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>2 Jul. 2012</b>
- "Unheard of" now does not allow to wound minions that are assigned to a skirmish.
<b>29 Jun. 2012</b>
- "Last Days" allows to play only one minion now, if a minion is killed (counts as both killed and discarded).