- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).

This commit is contained in:
marcins78
2013-04-12 09:22:24 +00:00
parent 18e7995e9f
commit 433eefabea
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>12 Apr. 2013</b>
- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).
<b>8 Apr. 2013</b>
- Effects that remove card game text, should no longer cancel printed strength/vitality bonuses.
- "Madril, Defender of Osgiliath" only applies its site number modifier to minions active at the time.

View File

@@ -42,7 +42,6 @@ public class Card20_377 extends AbstractMinion {
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.played(game, effectResult, self)
&& PlayConditions.location(game, Filters.region(3))
&& PlayConditions.canSpot(game, Filters.not(self), Culture.SAURON, CardType.MINION)) {
OptionalTriggerAction action = new OptionalTriggerAction(self);
action.appendEffect(