- "Make Light of Burdens" should not be able to discard any condition anymore.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user