- "Arwen's Fate" should no longer cause the game to be cancelled.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user