Really fixed "Emeralds of Girion"
This commit is contained in:
@@ -37,7 +37,8 @@ public class Card31_003 extends AbstractPermanent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
|
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
|
||||||
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.FELLOWSHIP, self)) {
|
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.FELLOWSHIP, self)
|
||||||
|
&& PlayConditions.canExert(self, game, Race.ELF)) {
|
||||||
final ActivateCardAction action = new ActivateCardAction(self);
|
final ActivateCardAction action = new ActivateCardAction(self);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Race.ELF));
|
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Race.ELF));
|
||||||
|
|||||||
Reference in New Issue
Block a user