diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index c0ae802b3..dfdd8dba2 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -11,6 +11,7 @@ - "Galadriel's Grove" should now allow to play Galadriel from deck. - "Troll of Morannon" has lost its prowess (Damage +1) (per card text). - FP player wins now in Second Edition, when Shadow player reconciles during regroup on site 9. +- "Ulaire Cantea, Morgul Predator"'s trigger is now an optional one (power-level adjustment). 12 Mar. 2013 - "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul. diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_305.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_305.java index f7f2ba53f..e8c894cef 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_305.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_305.java @@ -9,7 +9,7 @@ import com.gempukku.lotro.common.*; import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.state.LotroGame; -import com.gempukku.lotro.logic.actions.RequiredTriggerAction; +import com.gempukku.lotro.logic.actions.OptionalTriggerAction; import com.gempukku.lotro.logic.timing.EffectResult; import java.util.Collections; @@ -30,12 +30,12 @@ public class Card20_305 extends AbstractMinion { } @Override - public List getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) { + public List getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) { if (TriggerConditions.startOfPhase(game, effectResult, Phase.SKIRMISH) && PlayConditions.isActive(game, self, Filters.inSkirmish) && PlayConditions.canSelfExert(self, game) && PlayConditions.canSpot(game, Filters.not(self), Race.NAZGUL)) { - RequiredTriggerAction action = new RequiredTriggerAction(self); + OptionalTriggerAction action = new OptionalTriggerAction(self); action.appendCost( new SelfExertEffect(action, self)); action.appendEffect(