- "Barad-Dur Captain" now has stats - Cost:5, Strength: 13 (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user