- "Neekerbreekers' Bog" no longer freezes the game, when moving to the site during regroup when minion is in play.
This commit is contained in:
@@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set11.site;
|
||||
import com.gempukku.lotro.cards.AbstractNewSite;
|
||||
import com.gempukku.lotro.cards.TriggerConditions;
|
||||
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
|
||||
import com.gempukku.lotro.common.CardType;
|
||||
import com.gempukku.lotro.common.Keyword;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
@@ -32,9 +33,9 @@ public class Card11_249 extends AbstractNewSite {
|
||||
if (TriggerConditions.movesTo(game, effectResult, self)) {
|
||||
RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||
action.appendEffect(
|
||||
new HealCharactersEffect(self, Filters.character, Filters.minResistance(5)));
|
||||
new HealCharactersEffect(self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.minResistance(5)));
|
||||
action.appendEffect(
|
||||
new ExertCharactersEffect(self, Filters.character, Filters.maxResistance(4)));
|
||||
new ExertCharactersEffect(self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.maxResistance(4)));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
- "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one.
|
||||
- "All Thought Bent on It" now makes the FP player to exert the characters, rather than the Shadow player.
|
||||
- "Fifth Level" can now be transferred between minions.
|
||||
- "Neekerbreekers' Bog" no longer freezes the game, when moving to the site during regroup when minion is in play.
|
||||
|
||||
<b>27 Dec. 2011</b>
|
||||
- "Isengard Scout Troop" now exerts itself to take control of a site.
|
||||
|
||||
Reference in New Issue
Block a user