- "Orthanc Strategist" has now 3 vitality (per card text).

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

View File

@@ -13,6 +13,7 @@ perform a next move (per card text).
- "Throne of Orthanc" now requires to spot Saruman to play it (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).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card20_214 extends AbstractMinion {
public Card20_214() {
super(3, 6, 2, 4, Race.ORC, Culture.ISENGARD, "Orthanc Strategist", null, true);
super(3, 6, 3, 4, Race.ORC, Culture.ISENGARD, "Orthanc Strategist", null, true);
addKeyword(Keyword.CUNNING);
}