- "Fall Back" should not discard attached cards.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user