From b63a3875ddc1534769d636179ffca52eed4e9b9e Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 12 Mar 2013 12:03:11 +0000 Subject: [PATCH] - "Barad-Dur Captain" now has stats - Cost:5, Strength: 13 (per card text). --- gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html | 1 + .../java/com/gempukku/lotro/cards/set20/sauron/Card20_349.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index b4bd4e989..e4b568d45 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -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). 11 Mar. 2013 - Second Edition is playable now. diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/sauron/Card20_349.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/sauron/Card20_349.java index ee3cbd85a..735eec54d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/sauron/Card20_349.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/sauron/Card20_349.java @@ -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