- "Ulaire Enquea" from Mines of Moria now correctly exerts itself when using the triggered ability.

This commit is contained in:
marcins78@gmail.com
2011-10-24 12:29:48 +00:00
parent bcd27eceaa
commit 234e20d462
2 changed files with 4 additions and 0 deletions

View File

@@ -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) {

View File

@@ -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.
<b>23 Oct. 2011</b>
- "Hornburg Causeway" now adds +2 to archery for each unbound companion over 3, instead of +1.