- "Courtesy of My Hall" should be able to discard a hard from it now to heal a dwarf.

This commit is contained in:
marcins78@gmail.com
2011-12-26 08:25:51 +00:00
parent 81e6895238
commit 0525e80b41
2 changed files with 2 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ public class Card4_044 extends AbstractPermanent {
@Override
protected List<? extends Action> 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));

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>26 Dec. 2011</b>
- "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.
<b>22 Dec. 2011</b>
- "Valley of the Silverlode" should not correctly allow to heal every Hobbit companion.