"Thror's Map"

This commit is contained in:
marcins78@gmail.com
2011-09-06 09:36:32 +00:00
parent 63d057c4a8
commit 77e4efdeda

View File

@@ -59,7 +59,7 @@ public class Card1_318 extends AbstractLotroCardBlueprint {
Keyword phaseKeyword = (game.getGameState().getCurrentPhase() == Phase.FELLOWSHIP) ? Keyword.FELLOWSHIP : Keyword.REGROUP; Keyword phaseKeyword = (game.getGameState().getCurrentPhase() == Phase.FELLOWSHIP) ? Keyword.FELLOWSHIP : Keyword.REGROUP;
final DefaultCostToEffectAction action = new DefaultCostToEffectAction(self, phaseKeyword, "Exert 2 Hobbits and discard Thror's Map to play the fellowship's next site (replacing opponent's site if necessary)"); final DefaultCostToEffectAction action = new DefaultCostToEffectAction(self, phaseKeyword, "Exert 2 Hobbits and discard Thror's Map to play the fellowship's next site (replacing opponent's site if necessary)");
action.addCost( action.addCost(
new ChooseActiveCardsEffect(playerId, "Choose Hobbit", 2, 2, Filters.keyword(Keyword.HOBBIT), Filters.canExert()) { new ChooseActiveCardsEffect(playerId, "Choose Hobbits", 2, 2, Filters.keyword(Keyword.HOBBIT), Filters.canExert()) {
@Override @Override
protected void cardsSelected(List<PhysicalCard> cards) { protected void cardsSelected(List<PhysicalCard> cards) {
action.addCost(new ExertCharacterEffect(cards.get(0))); action.addCost(new ExertCharacterEffect(cards.get(0)));