Fix to 7R22 "Hope Comes"
No longer triggers if a multi-phase event is played outside of a skirmish phase
This commit is contained in:
@@ -37,6 +37,7 @@ public class Card7_022 extends AbstractPermanent {
|
||||
@Override
|
||||
public List<? extends ActivateCardAction> getOptionalInPlayAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (TriggerConditions.played(game, effectResult, Culture.ELVEN, CardType.EVENT, Keyword.SKIRMISH)
|
||||
&& game.getGameState().getCurrentPhase() == Phase.SKIRMISH
|
||||
&& PlayConditions.canSelfDiscard(self, game)) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
|
||||
Reference in New Issue
Block a user