- "Isengard Shaman" now activates only if there is at least 2 twilight in the pool.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user