- "New Strength Came Now" now allows to add Strength only to a RAIDER Man.

This commit is contained in:
marcins78@gmail.com
2012-05-23 21:16:05 +00:00
parent 073b5d33d5
commit c6fcca8948
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}
}

View File

@@ -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.