- "Retribution" now gives a strength bonus to Dwarf only.

This commit is contained in:
marcins78
2013-03-14 10:47:05 +00:00
parent 085f8d846a
commit 20a2bd7b2c
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
- "Into the Wild" now increases site number only based on sites in current region (per card text).
- "To Whatever End" is now a Skirmish event, instead of Regroup event (per card text).
- "Build Me an Army" now correctly adds Fierce (and Damage +1) modifiers.
- "Retribution" now gives a strength bonus to Dwarf only.
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.

View File

@@ -32,7 +32,7 @@ public class Card20_064 extends AbstractEvent {
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2) {
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2, Race.DWARF) {
@Override
protected void selectedCharacterCallback(final PhysicalCard selectedCharacter) {
action.appendEffect(