- "Let Her Deal With Them" can now be played from discard only during Shadow phase.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user