- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user