- "Saruman, Tribal Instigator" is now a Wizard (not Man).

This commit is contained in:
marcins78
2013-03-12 10:55:12 +00:00
parent fbb559fa2e
commit 9697f6bcbe
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- "Nine for Mortal Men" now correctly requires discarding two stacked cards instead of one.
- "Ominous Landscape" now costs 0 twilight (per card text).
- "Cave Troll of Moria" from set 20 now reduces the twilight cost per card discarded, not increases it.
- "Saruman, Tribal Instigator" is now a Wizard (not Man).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -33,7 +33,7 @@ import java.util.List;
*/
public class Card20_022 extends AbstractMinion {
public Card20_022() {
super(4, 8, 4, 4, Race.MAN, Culture.DUNLAND, "Saruman", "Tribal Instigator", true);
super(4, 8, 4, 4, Race.WIZARD, Culture.DUNLAND, "Saruman", "Tribal Instigator", true);
addKeyword(Keyword.CUNNING);
}