- "Momentous Gathering" now can be played if you can spot only one Ent.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user