- "Uruk Bloodfiend" now has 9 Strength (per card text).

This commit is contained in:
marcins78
2013-03-14 18:02:32 +00:00
parent 412c976f87
commit fbd1147164
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- "Retribution" now gives a strength bonus to Dwarf only.
- "Peering Forward" now adds the strength penalty till Regroup, rather than end of phase.
- "Gandalf's Pipe" is now a Fellowship activated ability, not a trigger (per card text).
- "Uruk Bloodfiend" now has 9 Strength (per card text).
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.

View File

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