From 131614f9149e611c90c2503976c9bcc82abd98fd Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 9 Nov 2011 00:28:19 +0000 Subject: [PATCH] Adding missing culture tokens. --- .../java/com/gempukku/lotro/cards/set6/gondor/Card6_049.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/set6/gondor/Card6_049.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set6/gondor/Card6_049.java index c5439d5b9..ab331adba 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set6/gondor/Card6_049.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set6/gondor/Card6_049.java @@ -7,6 +7,7 @@ import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.state.LotroGame; import com.gempukku.lotro.logic.modifiers.Modifier; +import com.gempukku.lotro.logic.modifiers.SpotCondition; import java.util.Collections; import java.util.List; @@ -28,6 +29,6 @@ public class Card6_049 extends AbstractPermanent { @Override public List getAlwaysOnModifiers(LotroGame game, PhysicalCard self) { return Collections.singletonList( - new MinionSiteNumberModifier(self, Filters.and(CardType.MINION, Filters.inSkirmishAgainst(Keyword.RANGER)), null, 2)); + new MinionSiteNumberModifier(self, Filters.and(CardType.MINION, Filters.inSkirmishAgainst(Keyword.RANGER)), new SpotCondition(3, Keyword.RANGER), 2)); } } 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 b85b05a5f..78dd52287 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 @@ -3,6 +3,7 @@ - "Gathering to the Summons" adds burden instead of twilight now. - "Rohirrim Village" will only not allow the Dunland Man to take wounds only in Archery phase. - Attached cards to sites (played on) are now discarded when a site is liberated. +- "Ancient Roads" now requires to have 3 Rangers that can be spotted for its effect to affect minions. 7 Nov. 2011 - "My Axe Is Notched" and "Final Count" should properly grant their strength bonuses now.