- "Troll of Morannon" has lost its prowess (Damage +1) (per card text).

This commit is contained in:
marcins78
2013-03-13 11:50:04 +00:00
parent 4a0e2be844
commit df37168a7c
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- "Lurtz, Champion of the White Hand" now spots only Hobbit companions, instead of just Hobbits (per card text).
- "Gloin, Gimli's Father" can now pump itself (per card text).
- "Galadriel's Grove" should now allow to play Galadriel from deck.
- "Troll of Morannon" has lost its prowess (Damage +1) (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

@@ -31,7 +31,6 @@ import java.util.List;
public class Card20_378 extends AbstractMinion {
public Card20_378() {
super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Morannon");
addKeyword(Keyword.DAMAGE, 1);
addKeyword(Keyword.FIERCE);
}