- "Let Her Deal With Them" can now be played from discard only during Shadow phase.

This commit is contained in:
marcins78@gmail.com
2012-01-03 02:10:54 +00:00
parent f2761553f8
commit 847e3cc2fb
2 changed files with 3 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ public class Card7_063 extends AbstractAttachable {
@Override
public List<? extends Action> getPhaseActionsFromDiscard(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.hasInitiative(game, Side.SHADOW)
if (PlayConditions.isPhase(game, Phase.SHADOW)
&& PlayConditions.hasInitiative(game, Side.SHADOW)
&& checkPlayRequirements(playerId, game, self, 0, 0, false, false)) {
return Collections.singletonList(getPlayCardAction(playerId, game, self, 0, false));
}

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>2 Jan. 2012</b>
- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.
- "Let Her Deal With Them" can now be played from discard only during Shadow phase.
<b>1 Jan. 2012</b>
- "Southron Archer Legion" should now use the +4 limit for the entire phase.