From 0525e80b418a65a9d670ac912d5d7b11cc8455a6 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 26 Dec 2011 08:25:51 +0000 Subject: [PATCH] - "Courtesy of My Hall" should be able to discard a hard from it now to heal a dwarf. --- .../java/com/gempukku/lotro/cards/set4/dwarven/Card4_044.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/set4/dwarven/Card4_044.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/dwarven/Card4_044.java index 3de4f05f4..e92b01597 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/dwarven/Card4_044.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/dwarven/Card4_044.java @@ -56,7 +56,7 @@ public class Card4_044 extends AbstractPermanent { @Override protected List getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) { if (PlayConditions.canUseFPCardDuringPhase(game, Phase.FELLOWSHIP, self) - && Filters.filter(game.getGameState().getAttachedCards(self), game.getGameState(), game.getModifiersQuerying(), Side.FREE_PEOPLE).size() > 0) { + && Filters.filter(game.getGameState().getStackedCards(self), game.getGameState(), game.getModifiersQuerying(), Side.FREE_PEOPLE).size() > 0) { ActivateCardAction action = new ActivateCardAction(self); action.appendCost( new ChooseAndDiscardStackedCardsEffect(action, playerId, 1, 1, self, Side.FREE_PEOPLE)); 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 36b44d5b1..c3709283b 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 @@ -1,6 +1,7 @@
 26 Dec. 2011
 - "Wizard Storm" should now work when fellowship moves from the site it's attached to.
+- "Courtesy of My Hall" should be able to discard a hard from it now to heal a dwarf.
 
 22 Dec. 2011
 - "Valley of the Silverlode" should not correctly allow to heal every Hobbit companion.