- "Sword of Minas Morgul" should now correctly discard the possession from character in the skirmish.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user