- "Hurried Barrows" now gives the bonus to companions only if they are mounted.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user