- "Hurried Barrows" now gives the bonus to companions only if they are mounted.

This commit is contained in:
marcins78@gmail.com
2012-02-11 14:32:52 +00:00
parent c765937cdc
commit 0341b57643
2 changed files with 4 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ public class Card13_130 extends AbstractEvent {
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 3, Filters.owner(playerId), Culture.ROHAN, CardType.COMPANION));
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 3, Filters.owner(playerId), Culture.ROHAN, CardType.COMPANION, Filters.mounted));
return action;
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>11 Feb. 2012</b>
- "Hurried Barrows" now gives the bonus to companions only if they are mounted.
<b>10 Feb. 2012</b>
- "O Elbereth! Gilthoniel!" will not allow to cancel a skirmish now in formats that do not allow that.