From 0e0522bfae91b5878a3591a110570bac954044c1 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sun, 1 Jan 2012 16:42:09 +0000 Subject: [PATCH] - "Make Light of Burdens" should not be able to discard any condition anymore. --- .../java/com/gempukku/lotro/cards/set2/dwarven/Card2_011.java | 2 +- gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/dwarven/Card2_011.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/dwarven/Card2_011.java index 1dd164c99..de856cea4 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/dwarven/Card2_011.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/dwarven/Card2_011.java @@ -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( diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 2fb949e25..d0b219bcf 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -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. 29 Dec. 2011 - "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one.