- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).

This commit is contained in:
marcins78
2013-03-12 11:32:01 +00:00
parent 96d2347161
commit 9f15db9a42
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ perform a next move (per card text).
- "Theoden, Keeper of the Golden Hall" now only prevents skirmish special abilities from being played not any special
abilities.
- "Orthanc Strategist" has now 3 vitality (per card text).
- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card20_399 extends AbstractAttachableFPPossession {
public Card20_399() {
super(2, 1, 0, Culture.SHIRE, CardType.ARTIFACT, PossessionClass.ARMOR, "Mithril Coat", "A Kingly Gift", true);
super(2, 0, 0, Culture.SHIRE, CardType.ARTIFACT, PossessionClass.ARMOR, "Mithril Coat", "A Kingly Gift", true);
}
@Override