- "Thundering Host" now works only on mounted characters.

This commit is contained in:
marcins78@gmail.com
2011-12-03 20:21:37 +00:00
parent 9065036f61
commit 8a8d2e71f8
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ public class Card5_094 extends AbstractPermanent {
action.appendCost(
new SelfDiscardEffect(self));
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose ROHAN Man", Culture.ROHAN, Race.MAN) {
new ChooseActiveCardEffect(self, playerId, "Choose ROHAN Man", Culture.ROHAN, Race.MAN, Filters.mounted) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
boolean atPlains = game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.PLAINS);

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>3 Dec. 2011</b>
- "Fifth Level" can now be transferred to a minion.
- "Thundering Host" now works only on mounted characters.
<b>2 Dec. 2011</b>
- When you reload the game page or you enter an ongoing game you will see last events in the game in the chat screen.