- "New Strength Came Now" now allows to add Strength only to a RAIDER Man.
This commit is contained in:
@@ -7,6 +7,7 @@ import com.gempukku.lotro.cards.modifiers.conditions.InitiativeCondition;
|
||||
import com.gempukku.lotro.cards.modifiers.evaluator.ConditionEvaluator;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
import com.gempukku.lotro.common.Side;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
@@ -29,7 +30,7 @@ public class Card7_154 extends AbstractEvent {
|
||||
PlayEventAction action = new PlayEventAction(self);
|
||||
action.appendEffect(
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(
|
||||
action, self, playerId, new ConditionEvaluator(3, 6, new InitiativeCondition(Side.SHADOW))));
|
||||
action, self, playerId, new ConditionEvaluator(3, 6, new InitiativeCondition(Side.SHADOW)), Culture.RAIDER, Race.MAN));
|
||||
return action;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>23 May 2012</b>
|
||||
- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.
|
||||
- "New Strength Came Now" now allows to add Strength only to a RAIDER Man.
|
||||
|
||||
<b>22 May 2012</b>
|
||||
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
|
||||
|
||||
Reference in New Issue
Block a user