- "Relentless Uruk" now has 9 strength (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user