- "Southron Packmaster" is strength 10 (per card text).
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user