Fix to 15U78 Engrossed Hillman

Previously, another [MEN] Man had to be spotted even with 3 Free Peoples cultures.
This commit is contained in:
PhallenCassidy
2017-07-07 08:41:49 -04:00
committed by GitHub
parent 704885e8b9
commit d5c20b91eb

View File

@@ -38,8 +38,8 @@ public class Card15_078 extends AbstractMinion {
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.startOfPhase(game, effectResult, Phase.MANEUVER)
&& PlayConditions.canSpot(game, Filters.not(self), Culture.MEN, Race.MAN)
&& (PlayConditions.canSpot(game, 8, Filters.character)
&& ((PlayConditions.canSpot(game, Filters.not(self), Culture.MEN, Race.MAN)
&& PlayConditions.canSpot(game, 8, Filters.character))
|| new CountCulturesEvaluator(Side.FREE_PEOPLE).evaluateExpression(game.getGameState(), game.getModifiersQuerying(), null) >= 3)) {
OptionalTriggerAction action = new OptionalTriggerAction(self);
action.appendEffect(