- "Boromir, Son of Denethor" now has 6 resistance, instead of 5 (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user