- "Isengard Shaman" now activates only if there is at least 2 twilight in the pool.

This commit is contained in:
marcins78@gmail.com
2012-03-26 07:05:47 +00:00
parent 28213de755
commit 8fa2162401
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,8 @@ public class Card3_059 extends AbstractMinion {
@Override
public List<? extends ActivateCardAction> 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));

View File

@@ -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.
<b>16 Mar. 2012</b>
- When "Mountain-troll" is played with discarding 5 minions, now it should properly gain Fierce.