- "Blood of Numenor" now exhausts only Orc minions.

This commit is contained in:
marcins78
2012-11-23 14:46:26 +00:00
parent b7f8d83c53
commit 3b8a63c09a
2 changed files with 4 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public class Card2_031 extends AbstractPermanent {
@Override
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.played(game, effectResult, Filters.and(Culture.SAURON, CardType.MINION))) {
if (TriggerConditions.played(game, effectResult, Filters.and(Culture.SAURON, Race.ORC, CardType.MINION))) {
RequiredTriggerAction action = new RequiredTriggerAction(self);
action.appendEffect(
new ExhaustCharacterEffect(self, action, ((PlayCardResult) effectResult).getPlayedCard()));

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>23 Nov. 2012</b>
- "Blood of Numenor" now exhausts only Orc minions.
<b>21 Nov. 2012</b>
- "Librarian, Keeper of Ancient Texts" should no longer cancel current game when used its Regroup ability.
- Deck statistics no longer include cancelled games.