- "East Wall of Rohan" allows to exert the companions only to FP player.
This commit is contained in:
@@ -31,6 +31,7 @@ public class Card15_190 extends AbstractNewSite {
|
|||||||
@Override
|
@Override
|
||||||
public List<ActivateCardAction> getOptionalAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
public List<ActivateCardAction> getOptionalAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||||
if (TriggerConditions.startOfPhase(game, effectResult, Phase.FELLOWSHIP)
|
if (TriggerConditions.startOfPhase(game, effectResult, Phase.FELLOWSHIP)
|
||||||
|
&& game.getGameState().getCurrentPlayerId().equals(playerId)
|
||||||
&& PlayConditions.canExert(self, game, 1, 2, CardType.COMPANION, Keyword.HUNTER)) {
|
&& PlayConditions.canExert(self, game, 1, 2, CardType.COMPANION, Keyword.HUNTER)) {
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>6 Mar. 2012</b>
|
<b>6 Mar. 2012</b>
|
||||||
- "The Board Is Set" has now the Spell keyword.
|
- "The Board Is Set" has now the Spell keyword.
|
||||||
|
- "East Wall of Rohan" allows to exert the companions only to FP player.
|
||||||
|
|
||||||
<b>5 Mar. 2012</b>
|
<b>5 Mar. 2012</b>
|
||||||
- "Discard to heal" actions now shows the card to the opponent, the same way, as in case of played events.
|
- "Discard to heal" actions now shows the card to the opponent, the same way, as in case of played events.
|
||||||
|
|||||||
Reference in New Issue
Block a user