- "Thundering Host" now works only on mounted characters.
This commit is contained in:
@@ -39,7 +39,7 @@ public class Card5_094 extends AbstractPermanent {
|
|||||||
action.appendCost(
|
action.appendCost(
|
||||||
new SelfDiscardEffect(self));
|
new SelfDiscardEffect(self));
|
||||||
action.appendEffect(
|
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
|
@Override
|
||||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||||
boolean atPlains = game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.PLAINS);
|
boolean atPlains = game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.PLAINS);
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>3 Dec. 2011</b>
|
<b>3 Dec. 2011</b>
|
||||||
- "Fifth Level" can now be transferred to a minion.
|
- "Fifth Level" can now be transferred to a minion.
|
||||||
|
- "Thundering Host" now works only on mounted characters.
|
||||||
|
|
||||||
<b>2 Dec. 2011</b>
|
<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.
|
- When you reload the game page or you enter an ongoing game you will see last events in the game in the chat screen.
|
||||||
|
|||||||
Reference in New Issue
Block a user