From 2a29ea83eb3a94e78779ed7e08a516191ce5c4de Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 25 Jul 2012 15:41:13 +0000 Subject: [PATCH] - "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man. --- .../java/com/gempukku/lotro/cards/set17/men/Card17_063.java | 3 ++- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/men/Card17_063.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/men/Card17_063.java index 78e5f1969..6d2a5af87 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/men/Card17_063.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/men/Card17_063.java @@ -9,6 +9,7 @@ import com.gempukku.lotro.common.CardType; import com.gempukku.lotro.common.Culture; import com.gempukku.lotro.common.Phase; import com.gempukku.lotro.common.Race; +import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.state.LotroGame; import com.gempukku.lotro.logic.actions.RequiredTriggerAction; @@ -38,7 +39,7 @@ public class Card17_063 extends AbstractMinion { @Override public List getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, final PhysicalCard self) { if (TriggerConditions.startOfPhase(game, effectResult, Phase.MANEUVER) - && PlayConditions.canSpot(game, Culture.MEN, Race.MAN) + && PlayConditions.canSpot(game, Filters.not(self), Culture.MEN, Race.MAN) && PlayConditions.canSelfExert(self, game)) { final RequiredTriggerAction action = new RequiredTriggerAction(self); action.appendCost( 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 193710d3b..03d51a885 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,5 +1,6 @@
 25 Jul. 2012
+- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.
 - "Hobbit Appetite" allows to heal Hobbit companions only.
 
 11 Jul. 2012