- "Ring of Barahir, Heirloom of Kings" no longer grants +1 Vitality bonus (per card text).

This commit is contained in:
marcins78
2013-03-12 17:04:34 +00:00
parent de97fce748
commit 08afd1538e
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ and allows to do that to any minion if it's your site (per card text).
actually exering it).
- "Faramir, Cunning Ranger" is no longer Ring-bound (per card text).
- "Phial of Galadriel, Light in Dark Places" now correctly adds +2 Resistance to bearer.
- "Ring of Barahir, Heirloom of Kings" no longer grants +1 Vitality bonus (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -26,7 +26,7 @@ import java.util.List;
*/
public class Card20_206 extends AbstractAttachableFPPossession {
public Card20_206() {
super(0, 0, 1, Culture.GONDOR, CardType.ARTIFACT, PossessionClass.RING, "Ring of Barahir", "Heirloom of Kings", true);
super(0, 0, 0, Culture.GONDOR, CardType.ARTIFACT, PossessionClass.RING, "Ring of Barahir", "Heirloom of Kings", true);
}
@Override