- "Relentless Uruk" now has 9 strength (per card text).

This commit is contained in:
marcins78@gmail.com
2013-03-19 23:46:43 +00:00
parent 4c19ededd7
commit bac3c62976
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- "Cleaved" can now be transferred only form Support area.
- "Doors of Durin" should no longer cancel a game if there is a character without race.
- "Barad-Dur Captain" and "Orc Stalker" should no longer cancel the game.
- "Relentless Uruk" now has 9 strength (per card text).
<b>15 Mar. 2013</b>
- "Lothlorien" correctly requires to spot 2 elves, instead of just one to remove the burden.

View File

@@ -20,7 +20,7 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
*/
public class Card20_224 extends AbstractMinion {
public Card20_224() {
super(4, 8, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Relentless Uruk");
super(4, 9, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Relentless Uruk");
addKeyword(Keyword.DAMAGE, 1);
}