- "Librarian, Keeper of Ancient Texts" should no longer cancel current game when used its Regroup ability.
This commit is contained in:
@@ -3,7 +3,7 @@ package com.gempukku.lotro.cards.set18.gandalf;
|
|||||||
import com.gempukku.lotro.cards.AbstractCompanion;
|
import com.gempukku.lotro.cards.AbstractCompanion;
|
||||||
import com.gempukku.lotro.cards.PlayConditions;
|
import com.gempukku.lotro.cards.PlayConditions;
|
||||||
import com.gempukku.lotro.cards.effects.ChoiceEffect;
|
import com.gempukku.lotro.cards.effects.ChoiceEffect;
|
||||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect;
|
||||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndPutCardFromDiscardIntoHandEffect;
|
import com.gempukku.lotro.cards.effects.choose.ChooseAndPutCardFromDiscardIntoHandEffect;
|
||||||
import com.gempukku.lotro.cards.modifiers.conditions.CanSpotCultureTokensCondition;
|
import com.gempukku.lotro.cards.modifiers.conditions.CanSpotCultureTokensCondition;
|
||||||
import com.gempukku.lotro.common.*;
|
import com.gempukku.lotro.common.*;
|
||||||
@@ -48,7 +48,7 @@ public class Card18_022 extends AbstractCompanion {
|
|||||||
&& PlayConditions.canDiscardFromPlay(self, game, CardType.FOLLOWER)) {
|
&& PlayConditions.canDiscardFromPlay(self, game, CardType.FOLLOWER)) {
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, CardType.FOLLOWER));
|
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.FOLLOWER));
|
||||||
List<Effect> possibleEffects = new LinkedList<Effect>();
|
List<Effect> possibleEffects = new LinkedList<Effect>();
|
||||||
possibleEffects.add(
|
possibleEffects.add(
|
||||||
new DrawCardsEffect(action, playerId, 1));
|
new DrawCardsEffect(action, playerId, 1));
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>21 Nov. 2012</b>
|
||||||
|
- "Librarian, Keeper of Ancient Texts" should no longer cancel current game when used its Regroup ability.
|
||||||
|
|
||||||
<b>18 Nov. 2012</b>
|
<b>18 Nov. 2012</b>
|
||||||
- "Deceit" now allows to prevent only discarding your cards.
|
- "Deceit" now allows to prevent only discarding your cards.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user