Fixing misleading text.

This commit is contained in:
marcins78@gmail.com
2011-09-16 00:15:50 +00:00
parent 4eab1108e0
commit 2f5a51b883

View File

@@ -39,7 +39,7 @@ public class Card1_364 extends AbstractCompanion {
DefaultCostToEffectAction action = new DefaultCostToEffectAction(self, Keyword.FELLOWSHIP, "Exert Gandalf to play a companion who has the Gandalf signet. The twilight cost of that companion is -2.");
action.addCost(new ExertCharacterEffect(playerId, self));
action.addEffect(
new ChooseCardsFromHandEffect(playerId, "Choose an Elf to play", 1, 1, Filters.type(CardType.COMPANION), Filters.signet(Signet.GANDALF), Filters.playable(game)) {
new ChooseCardsFromHandEffect(playerId, "Choose companion to play", 1, 1, Filters.type(CardType.COMPANION), Filters.signet(Signet.GANDALF), Filters.playable(game)) {
@Override
protected void cardsSelected(List<PhysicalCard> selectedCards) {
PhysicalCard selectedCard = selectedCards.get(0);