- "Faramir, Cunning Ranger" is no longer Ring-bound (per card text).

This commit is contained in:
marcins78
2013-03-12 17:02:15 +00:00
parent 2addc9c489
commit d218879bb2
2 changed files with 1 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ and allows to do that to any minion if it's your site (per card text).
- "Petrifying Fear" now grants -1, instead of +1 strength for each burden.
- "Galadriel, White Lady of Lorien" no longer is usable, only if you can also exert another elf (even though it is not
actually exering it).
- "Faramir, Cunning Ranger" is no longer Ring-bound (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -22,7 +22,6 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
public class Card20_190 extends AbstractCompanion {
public Card20_190() {
super(3, 7, 3, 7, Culture.GONDOR, Race.MAN, null, "Faramir", "Cunning Ranger", true);
addKeyword(Keyword.RING_BOUND);
addKeyword(Keyword.RANGER);
}