- "Southron Packmaster" is strength 10 (per card text).

This commit is contained in:
marcins78
2013-03-25 11:31:48 +00:00
parent db6b97e57f
commit b7f812e541
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- "Throne of Orthanc" is now unique (per card text).
- "Wizard's Wrath" now correctly exerts Saruman.
- "Orthanc Pinnacle" should now allow to exert a companion, even if the companion skirmishing Saruman dies in the skirmish.
- "Southron Packmaster" is strength 10 (per card text).
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -22,7 +22,7 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
*/
public class Card20_139 extends AbstractMinion {
public Card20_139() {
super(5, 11, 3, 4, Race.MAN, Culture.FALLEN_REALMS, "Southron Packmaster");
super(5, 10, 3, 4, Race.MAN, Culture.FALLEN_REALMS, "Southron Packmaster");
addKeyword(Keyword.SOUTHRON);
addKeyword(Keyword.ARCHER);
}