- "Steward's Tomb" is now correctly site 5K rather than 4K.
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card10_119 extends AbstractSite {
|
||||
public Card10_119() {
|
||||
super("Steward's Tomb", Block.KING, 4, 8, Direction.LEFT);
|
||||
super("Steward's Tomb", Block.KING, 5, 8, Direction.LEFT);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
- "Raider Halberd" now correctly adds 2 strength to bearer.
|
||||
- "New Errand" now correctly allows to choose which minion to wound, if the minion loses that skirmish.
|
||||
- "Uruk Foot Soldier" has now correctly 5 base strength, rather than 4.
|
||||
- "Steward's Tomb" is now correctly site 5K rather than 4K.
|
||||
|
||||
<b>19 Nov. 2011</b>
|
||||
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
|
||||
|
||||
Reference in New Issue
Block a user