- "Eomer's Spear" now adds +2 damage only when Eomer is mounted.
This commit is contained in:
@@ -37,6 +37,6 @@ public class Card4_268 extends AbstractAttachableFPPossession {
|
||||
@Override
|
||||
protected List<? extends Modifier> getNonBasicStatsModifiers(PhysicalCard self) {
|
||||
return Collections.singletonList(
|
||||
new KeywordModifier(self, Filters.and(Filters.hasAttached(self), Filters.name("Eomer")), Keyword.DAMAGE, 2));
|
||||
new KeywordModifier(self, Filters.and(Filters.hasAttached(self), Filters.name("Eomer"), Filters.mounted), Keyword.DAMAGE, 2));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
- "Company of Archers" now correctly tries to spot 2 ELVEN companions rather than conditions to be able to play it.
|
||||
- Ambush is now correctly an optional trigger, rather than required.
|
||||
- It should not be possible to assign non-fierce minions to skirmish during fierce skirmishes by a card effect.
|
||||
- "Eomer's Spear" now adds +2 damage only when Eomer is mounted.
|
||||
|
||||
<b>2 Nov. 2011</b>
|
||||
- "O Elbereth! Gilthoniel!" should correctly give the option to cancel a skirmish with Nazgul when used in skirmish
|
||||
|
||||
Reference in New Issue
Block a user