From 7f3d78002ec3c9645a499327dca70ebf6075504d Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Tue, 10 Apr 2012 13:47:29 +0000 Subject: [PATCH] - "Momentous Gathering" now can be played if you can spot only one Ent. --- .../com/gempukku/lotro/cards/set15/gandalf/Card15_032.java | 2 +- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/gandalf/Card15_032.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/gandalf/Card15_032.java index 8b90bffb0..c303d28ac 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/gandalf/Card15_032.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set15/gandalf/Card15_032.java @@ -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 diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index bbf3057e5..7010ed004 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,4 +1,7 @@
+10 Apr. 2012
+- "Momentous Gathering" now can be played if you can spot only one Ent.
+
 09 Apr. 2012
 - "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.