- "Boromir, Son of Denethor" now has 6 resistance, instead of 5 (per card text).

This commit is contained in:
marcins78
2013-03-14 18:07:38 +00:00
parent 0726e9ffe7
commit 5ad67b877a
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
- "Gandalf's Pipe" is now a Fellowship activated ability, not a trigger (per card text).
- "Uruk Bloodfiend" now has 9 Strength (per card text).
- "Dunlending Ruffian" assigns itself to the companion, only if it is alive.
- "Boromir, Son of Denethor" now has 6 resistance, instead of 5 (per card text).
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.

View File

@@ -23,7 +23,7 @@ import java.util.List;
*/
public class Card20_185 extends AbstractCompanion {
public Card20_185() {
super(3, 7, 3, 5, Culture.GONDOR, Race.MAN, null, "Boromir", "Son of Denethor", true);
super(3, 7, 3, 6, Culture.GONDOR, Race.MAN, null, "Boromir", "Son of Denethor", true);
}
@Override