- "Sword of Rohan" now properly gives the damage +1 bonus.

This commit is contained in:
marcins78@gmail.com
2012-01-16 20:43:58 +00:00
parent bb8f30a909
commit 4cc2944257
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ public class Card4_291 extends AbstractAttachableFPPossession {
@Override
protected List<? extends Modifier> getNonBasicStatsModifiers(PhysicalCard self) {
return Collections.singletonList(
new KeywordModifier(self, Filters.and(self, Filters.inSkirmishAgainst(Race.URUK_HAI)), Keyword.DAMAGE));
new KeywordModifier(self, Filters.and(Filters.hasAttached(self), Filters.inSkirmishAgainst(Race.URUK_HAI)), Keyword.DAMAGE));
}
}

View File

@@ -8,6 +8,7 @@
for cancelling bonus modifiers.
- "Orc Strategist" has a proper name now.
- Added "Expanded Middle-earth" (set 14) set.
- "Sword of Rohan" now properly gives the damage +1 bonus.
<b>15 Jan. 2012</b>
- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.