- "Arwen's Fate" should no longer cause the game to be cancelled.

This commit is contained in:
marcins78@gmail.com
2012-11-26 21:47:15 +00:00
parent 8dfb8aad03
commit 36fe64dbdd
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class Card1_093 extends AbstractOldEvent {
@Override
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int withTwilightRemoved, int twilightModifier, boolean ignoreRoamingPenalty, boolean ignoreCheckingDeadPile) {
return super.checkPlayRequirements(playerId, game, self, withTwilightRemoved, twilightModifier, ignoreRoamingPenalty, ignoreCheckingDeadPile)
&& Filters.canSpot(game.getGameState(), game.getModifiersQuerying(), Filters.canExert(self), Filters.or(Filters.aragorn, Filters.arwen));
&& Filters.canSpot(game.getGameState(), game.getModifiersQuerying(), Filters.or(Filters.aragorn, Filters.arwen), Filters.canExert(self));
}
@Override

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>26 Nov. 2012</b>
- "Arwen's Fate" should no longer cause the game to be cancelled.
<b>23 Nov. 2012</b>
- "Blood of Numenor" now exhausts only Orc minions.