- "Fall Back" should not discard attached cards.

This commit is contained in:
marcins78@gmail.com
2012-02-08 23:42:07 +00:00
parent 5c86ba6e48
commit 0131e2f663
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ public class Card5_034 extends AbstractEvent {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.insertEffect(
new DiscardCardsFromPlayEffect(self, Filters.and(Side.SHADOW, Filters.attachedTo(self))));
new DiscardCardsFromPlayEffect(self, Filters.and(Side.SHADOW, Filters.attachedTo(card))));
}
});
return action;

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>8 Feb. 2012</b>
- "Pillage of Rohan" should now correctly prevent FP player from playing Skirmish events and special abilities.
- "Fall Back" should not discard attached cards.
<b>7 Feb. 2012</b>
- Added sets 15 and 16.