- "Barad-Dur Captain" now has stats - Cost:5, Strength: 13 (per card text).

This commit is contained in:
marcins78
2013-03-12 12:03:11 +00:00
parent 6c5cd6e76f
commit b63a3875dd
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Lady of Imladris" with completely different text (per card text).
- "Treachery Runs Deep" now correctly checks the twilight available before being able to play it.
- "Treachery Runs Deep" is no longer a Spell (per card text).
- "Ithilien Wildwood" now makes FP player to wound the companions, not Shadow player.
- "Barad-Dur Captain" now has stats - Cost:5, Strength: 13 (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card20_349 extends AbstractMinion {
public Card20_349() {
super(4, 10, 3, 6, Race.ORC, Culture.SAURON, "Barad-Dur Captain", null, true);
super(5, 13, 3, 6, Race.ORC, Culture.SAURON, "Barad-Dur Captain", null, true);
}
@Override