- "Isengard Sword" now correctly gives -2 Strength to character in skirmish against its bearer.

This commit is contained in:
marcins78@gmail.com
2012-01-11 19:06:31 +00:00
parent 2d8600c00b
commit f21f238139
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,6 @@ public class Card11_192 extends AbstractAttachable {
@Override
public Modifier getAlwaysOnModifier(PhysicalCard self) {
return new StrengthModifier(self, Filters.inSkirmishAgainst(self), -2);
return new StrengthModifier(self, Filters.inSkirmishAgainst(Filters.hasAttached(self)), -2);
}
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>11 Jan. 2012</b>
- "Isengard Sword" now correctly gives -2 Strength to character in skirmish against its bearer.
<b>10 Jan. 2012</b>
- "Alcarin" should now correctly be usable only if his cost (assignment) can be payed.
- Fixed a lot of issues with Assignment phase.