- "House of Elrond" does not give an option to remove a burden to shadow player anymore.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user