- "Ring of Barahir, Heirloom of Kings" no longer grants +1 Vitality bonus (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user