- "Courtesy of My Hall" should be able to discard a hard from it now to heal a dwarf.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user