- "Steward's Tomb" is now correctly site 5K rather than 4K.

This commit is contained in:
marcins78@gmail.com
2011-11-21 02:29:35 +00:00
parent 9bdc6d2d4f
commit 19987af68d
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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.