- "Sword of Minas Morgul" should now correctly discard the possession from character in the skirmish.

This commit is contained in:
marcins78@gmail.com
2012-09-25 15:40:44 +00:00
parent 21a0c0dcb3
commit b82f95372b
2 changed files with 2 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ public class Card1_225 extends AbstractAttachable {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(new ExertCharactersEffect(action, self, self.getAttachedTo()));
action.appendEffect(
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.POSSESSION, Filters.attachedTo(Filters.character, Filters.inSkirmishAgainst(self))));
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.POSSESSION, Filters.attachedTo(Filters.character, Filters.inSkirmishAgainst(self.getAttachedTo()))));
return Collections.singletonList(action);
}
return null;

View File

@@ -2,6 +2,7 @@
<b>25 Sep. 2012</b>
- "Elven Armaments" now prevents only the FP player from using the Archery special abilities.
- "Whatever Means" should now work correctly in cases, when burdens cannot be removed.
- "Sword of Minas Morgul" should now correctly discard the possession from character in the skirmish.
<b>20 Sep. 2012</b>
- "Rallying Call" should now correctly prevent removal of threats by FP cards.