Really fixed "Emeralds of Girion"

This commit is contained in:
PhallenCassidy
2017-11-14 22:29:58 -05:00
committed by GitHub
parent 48be0de6d3
commit e74f1d3127

View File

@@ -37,7 +37,8 @@ public class Card31_003 extends AbstractPermanent {
@Override
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);
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Race.ELF));