- "Make Light of Burdens" should not be able to discard any condition anymore.

This commit is contained in:
marcins78@gmail.com
2012-01-01 16:42:09 +00:00
parent c65a9bb49b
commit 0e0522bfae
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ public class Card2_011 extends AbstractPermanent {
new ChooseActiveCardEffect(self, playerId, "Choose condition",
Filters.or(
Filters.and(Side.SHADOW, CardType.CONDITION, Filters.attachedTo(Race.DWARF)),
Filters.and(Keyword.WEATHER), CardType.CONDITION)) {
Filters.and(Keyword.WEATHER, CardType.CONDITION))) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.appendEffect(

View File

@@ -3,6 +3,7 @@
- "Southron Archer Legion" should now use the +4 limit for the entire phase.
- "Return to Its Master" should now correctly negate Ring text for the duration of the extra skirmish.
- "Fear" should now exert your Nazgul.
- "Make Light of Burdens" should not be able to discard any condition anymore.
<b>29 Dec. 2011</b>
- "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one.