- "Shire-songs" should no longer cause an error and cancel the game.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- "Galadriel, White Lady of Lorien" no longer requires to exert another elf.
|
||||
- "Long Knives of Legolas", "Legacy of Elbereth" and "Lights of Caras Galadhon" in 2nd edition will now have correct
|
||||
images.
|
||||
- "Shire-songs" should no longer cause an error and cancel the game.
|
||||
|
||||
<b>10 Mar. 2013</b>
|
||||
- Free people cards should no longer allow playing shadow cards and vice-versa.
|
||||
|
||||
@@ -2,8 +2,8 @@ package com.gempukku.lotro.cards.set20.shire;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractAttachable;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.effects.SelfExertEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.cards.modifiers.VitalityModifier;
|
||||
import com.gempukku.lotro.cards.modifiers.evaluator.CountSpottableEvaluator;
|
||||
import com.gempukku.lotro.common.*;
|
||||
@@ -48,7 +48,7 @@ public class Card20_411 extends AbstractAttachable {
|
||||
&& PlayConditions.canExert(self, game, 2, Filters.hasAttached(self))) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
new SelfExertEffect(action, self));
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, 2, Filters.hasAttached(self)));
|
||||
action.appendEffect(
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(
|
||||
action, self, playerId,
|
||||
|
||||
Reference in New Issue
Block a user