Adding missing culture tokens.

This commit is contained in:
marcins78@gmail.com
2011-11-09 00:28:19 +00:00
parent 8cdfa97317
commit 131614f914
2 changed files with 3 additions and 1 deletions

View File

@@ -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<? extends Modifier> 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));
}
}

View File

@@ -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.
<b>7 Nov. 2011</b>
- "My Axe Is Notched" and "Final Count" should properly grant their strength bonuses now.