From 234e20d46264b3bffb32123c86e0024b870a38f2 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 24 Oct 2011 12:29:48 +0000 Subject: [PATCH] - "Ulaire Enquea" from Mines of Moria now correctly exerts itself when using the triggered ability. --- .../java/com/gempukku/lotro/cards/set2/wraith/Card2_083.java | 3 +++ .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 4 insertions(+) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/wraith/Card2_083.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/wraith/Card2_083.java index 4be627c53..661d870e5 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/wraith/Card2_083.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/wraith/Card2_083.java @@ -2,6 +2,7 @@ package com.gempukku.lotro.cards.set2.wraith; import com.gempukku.lotro.cards.AbstractMinion; import com.gempukku.lotro.cards.PlayConditions; +import com.gempukku.lotro.cards.effects.ExertCharactersEffect; import com.gempukku.lotro.common.Culture; import com.gempukku.lotro.common.Keyword; import com.gempukku.lotro.common.Race; @@ -38,6 +39,8 @@ public class Card2_083 extends AbstractMinion { if (PlayConditions.winsSkirmish(effectResult, self) && PlayConditions.canExert(self, game.getGameState(), game.getModifiersQuerying(), self)) { OptionalTriggerAction action = new OptionalTriggerAction(self); + action.appendCost( + new ExertCharactersEffect(self, self)); action.appendEffect( new WoundCharactersEffect(self, Filters.keyword(Keyword.RING_BEARER))); if (game.getGameState().getBurdens() >= 5) { diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index e940b3bbf..ef1ddc750 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -3,6 +3,7 @@ - Frodo and Sam are always Ring-bound (according to rules). - "Resistance Becomes Unbearable" can be now played in Maneuver phase, as it's supposed to. - Fixed playing site via a card effect. +- "Ulaire Enquea" from Mines of Moria now correctly exerts itself when using the triggered ability. 23 Oct. 2011 - "Hornburg Causeway" now adds +2 to archery for each unbound companion over 3, instead of +1.