- "Unheard of" now does not allow to wound minions that are assigned to a skirmish.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user