- "Momentous Gathering" now can be played if you can spot only one Ent.

This commit is contained in:
marcins78@gmail.com
2012-04-10 13:47:29 +00:00
parent 1f7c1fd2c9
commit 7f3d78002e
2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ public class Card15_032 extends AbstractEvent {
@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.countActive(game.getGameState(), game.getModifiersQuerying(), Race.ENT) + game.getModifiersQuerying().getSpotBonus(game.getGameState(), Race.ENT)) > 1;
&& (Filters.countActive(game.getGameState(), game.getModifiersQuerying(), Race.ENT) + game.getModifiersQuerying().getSpotBonus(game.getGameState(), Race.ENT)) >= 1;
}
@Override

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>10 Apr. 2012</b>
- "Momentous Gathering" now can be played if you can spot only one Ent.
<b>09 Apr. 2012</b>
- "Throne of Saruman" now correctly boosts conditions that become Wizard minions.
- "Saruman, Master of Foul Folk" now correctly allows to heal each ISENGARD Orc when fellowship moves.