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

This commit is contained in:
marcins78
2013-03-13 15:30:32 +00:00
parent fb6d970758
commit b3dae41426
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
- "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (per card text).
- "Retribution" now only the owner of the Dwarf gets the option to use the "Retribution" effect, when that Dwarf wins
the skirmish.
- "Uruk Brute" has now 9 strength (per card text).
<b>12 Mar. 2013</b>
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.

View File

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