- "Faramir, Cunning Ranger" is no longer Ring-bound (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user