- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.
This commit is contained in:
@@ -9,6 +9,7 @@ import com.gempukku.lotro.common.CardType;
|
|||||||
import com.gempukku.lotro.common.Culture;
|
import com.gempukku.lotro.common.Culture;
|
||||||
import com.gempukku.lotro.common.Phase;
|
import com.gempukku.lotro.common.Phase;
|
||||||
import com.gempukku.lotro.common.Race;
|
import com.gempukku.lotro.common.Race;
|
||||||
|
import com.gempukku.lotro.filters.Filters;
|
||||||
import com.gempukku.lotro.game.PhysicalCard;
|
import com.gempukku.lotro.game.PhysicalCard;
|
||||||
import com.gempukku.lotro.game.state.LotroGame;
|
import com.gempukku.lotro.game.state.LotroGame;
|
||||||
import com.gempukku.lotro.logic.actions.RequiredTriggerAction;
|
import com.gempukku.lotro.logic.actions.RequiredTriggerAction;
|
||||||
@@ -38,7 +39,7 @@ public class Card17_063 extends AbstractMinion {
|
|||||||
@Override
|
@Override
|
||||||
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, final PhysicalCard self) {
|
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, final PhysicalCard self) {
|
||||||
if (TriggerConditions.startOfPhase(game, effectResult, Phase.MANEUVER)
|
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)) {
|
&& PlayConditions.canSelfExert(self, game)) {
|
||||||
final RequiredTriggerAction action = new RequiredTriggerAction(self);
|
final RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>25 Jul. 2012</b>
|
<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.
|
- "Hobbit Appetite" allows to heal Hobbit companions only.
|
||||||
|
|
||||||
<b>11 Jul. 2012</b>
|
<b>11 Jul. 2012</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user