- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.

This commit is contained in:
marcins78@gmail.com
2012-07-25 15:41:13 +00:00
parent 8d98501b93
commit 2a29ea83eb
2 changed files with 3 additions and 1 deletions

View File

@@ -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<RequiredTriggerAction> 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(

View File

@@ -1,5 +1,6 @@
<pre style="font-size:80%">
<b>25 Jul. 2012</b>
- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.
- "Hobbit Appetite" allows to heal Hobbit companions only.
<b>11 Jul. 2012</b>