- "Troll of Morannon" has no Damage +1 keyword (per card text).

This commit is contained in:
marcins78
2013-04-04 09:39:16 +00:00
parent 183c81e921
commit 987cd10a4d
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>4 Apr. 2013</b> <b>4 Apr. 2013</b>
- "Peering forward" now correctly applies -2 modifier, if ELVEN card is revealed. - "Peering forward" now correctly applies -2 modifier, if ELVEN card is revealed.
- "Troll of Morannon" has no Damage +1 keyword (per card text).
<b>25 Mar. 2013</b> <b>25 Mar. 2013</b>
- Changed all images for set 20 from PNG to JPEG. - Changed all images for set 20 from PNG to JPEG.

View File

@@ -35,7 +35,6 @@ public class Card20_378 extends AbstractMinion {
public Card20_378() { public Card20_378() {
super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Morannon", null, true); super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Morannon", null, true);
addKeyword(Keyword.FIERCE); addKeyword(Keyword.FIERCE);
addKeyword(Keyword.DAMAGE, 1);
} }
@Override @Override