- "Saruman, Tribal Instigator" is now a Wizard (not Man).
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
- "Nine for Mortal Men" now correctly requires discarding two stacked cards instead of one.
|
- "Nine for Mortal Men" now correctly requires discarding two stacked cards instead of one.
|
||||||
- "Ominous Landscape" now costs 0 twilight (per card text).
|
- "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.
|
- "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>
|
<b>11 Mar. 2013</b>
|
||||||
- Second Edition is playable now.
|
- Second Edition is playable now.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public class Card20_022 extends AbstractMinion {
|
public class Card20_022 extends AbstractMinion {
|
||||||
public Card20_022() {
|
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);
|
addKeyword(Keyword.CUNNING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user