"Old Thrush" must be attached to use the ability
This commit is contained in:
@@ -49,6 +49,7 @@ public class Card31_042 extends AbstractFollower {
|
||||
@Override
|
||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
||||
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.MANEUVER, self)
|
||||
&& PlayConditions.canSpot(game, Filters.hasAttached(self))
|
||||
&& PlayConditions.canSelfDiscard(self, game)) {
|
||||
ActivateCardAction action= new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
|
||||
Reference in New Issue
Block a user