- "East Wall of Rohan" allows to exert the companions only to FP player.

This commit is contained in:
marcins78@gmail.com
2012-03-06 09:16:49 +00:00
parent 160741b2dd
commit 1556fd2fdb
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public class Card15_190 extends AbstractNewSite {
@Override
public List<ActivateCardAction> getOptionalAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.startOfPhase(game, effectResult, Phase.FELLOWSHIP)
&& game.getGameState().getCurrentPlayerId().equals(playerId)
&& PlayConditions.canExert(self, game, 1, 2, CardType.COMPANION, Keyword.HUNTER)) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>6 Mar. 2012</b>
- "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>
- "Discard to heal" actions now shows the card to the opponent, the same way, as in case of played events.