- "House of Elrond" does not give an option to remove a burden to shadow player anymore.

This commit is contained in:
marcins78@gmail.com
2011-11-09 10:10:42 +00:00
parent 17ba695cd4
commit 3309befd0f
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public class Card3_119 extends AbstractSite {
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (effectResult.getType() == EffectResult.Type.WHEN_MOVE_TO
&& playerId.equals(game.getGameState().getCurrentPlayerId())
&& game.getGameState().getCurrentSite() == self
&& Filters.countSpottable(game.getGameState(), game.getModifiersQuerying(), Filters.race(Race.ELF)) >= 2) {
OptionalTriggerAction action = new OptionalTriggerAction(self);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>9 Nov. 2011</b>
- "House of Elrond" does not give an option to remove a burden to shadow player anymore.
<b>8 Nov. 2011</b>
- "Gathering to the Summons" adds burden instead of twilight now.
- "Rohirrim Village" will only not allow the Dunland Man to take wounds only in Archery phase.