diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set3/isengard/Card3_059.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set3/isengard/Card3_059.java index dae4c49bb..247882c9e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set3/isengard/Card3_059.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set3/isengard/Card3_059.java @@ -35,7 +35,8 @@ public class Card3_059 extends AbstractMinion { @Override public List getOptionalInPlayBeforeActions(String playerId, LotroGame game, Effect effect, PhysicalCard self) { - if (TriggerConditions.isGettingWounded(effect, game, Culture.ISENGARD, Race.ORC)) { + if (TriggerConditions.isGettingWounded(effect, game, Culture.ISENGARD, Race.ORC) + && game.getGameState().getTwilightPool() >= 2) { final ActivateCardAction action = new ActivateCardAction(self); action.appendCost( new RemoveTwilightEffect(2)); 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 c89871c94..309254ca4 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 @@ -9,6 +9,7 @@ if he/she wants to prevent it. - "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1. - "Bill Ferny" and other minions not assignable by FP player now should be assignable by Shadow player correctly. - "Jarnsmid" reducing twilight now affects only your cards. +- "Isengard Shaman" now activates only if there is at least 2 twilight in the pool. 16 Mar. 2012 - When "Mountain-troll" is played with discarding 5 minions, now it should properly gain Fierce.