- "Orthanc Pinnacle" should now allow to exert a companion, even if the companion skirmishing Saruman dies in the skirmish.

This commit is contained in:
marcins78
2013-03-25 11:30:42 +00:00
parent 0597103c0b
commit db6b97e57f
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- Applied revision 2 changes to set 20.
- "Throne of Orthanc" is now unique (per card text).
- "Wizard's Wrath" now correctly exerts Saruman.
- "Orthanc Pinnacle" should now allow to exert a companion, even if the companion skirmishing Saruman dies in the skirmish.
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -1,6 +1,7 @@
package com.gempukku.lotro.cards.set20.site;
import com.gempukku.lotro.cards.AbstractSite;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
import com.gempukku.lotro.common.Block;
@@ -27,7 +28,8 @@ public class Card20_456 extends AbstractSite {
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.forEachWounded(game, effectResult, CardType.COMPANION, Filters.inSkirmishAgainst(Filters.saruman))
if (TriggerConditions.forEachWounded(game, effectResult, CardType.COMPANION)
&& PlayConditions.isActive(game, Filters.saruman, Filters.inSkirmish)
&& GameUtils.isShadow(game, playerId)) {
OptionalTriggerAction action = new OptionalTriggerAction(self);
action.appendEffect(