- "Orthanc Strategist" has now 3 vitality (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user