- "Sword of Rohan" now properly gives the damage +1 bonus.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user