diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/site/Card15_190.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/site/Card15_190.java index 146a0ee79..b457a55ef 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/site/Card15_190.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/site/Card15_190.java @@ -31,6 +31,7 @@ public class Card15_190 extends AbstractNewSite { @Override public List 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( diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 7c19dbd59..e5b67d72a 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,6 +1,7 @@
 6 Mar. 2012
 - "The Board Is Set" has now the Spell keyword.
+- "East Wall of Rohan" allows to exert the companions only to FP player.
 
 5 Mar. 2012
 - "Discard to heal" actions now shows the card to the opponent, the same way, as in case of played events.