This commit is contained in:
marcins78
2013-03-19 10:09:24 +00:00
parent 8503950d1e
commit 2fc8c2c9df
2 changed files with 5 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ var set20 = {
'20_234': 'http://lotrtcg.org/coreset/isengard/urukhaipike.png',
'20_235': 'http://lotrtcg.org/coreset/isengard/tenthousandstrong.png',
'20_236': 'http://lotrtcg.org/coreset/isengard/sarumantww(r1).png',
'20_237': 'http://lotrtcg.org/coreset/isengard/sarumanmom.png',
'20_237': 'http://lotrtcg.org/coreset/isengard/sarumanmom(r1).png',
'20_238': 'http://lotrtcg.org/coreset/isengard/wizardsgrasp.png',
'20_239': 'http://lotrtcg.org/coreset/isengard/palantiroforthancdow.png',
'20_240': 'http://lotrtcg.org/coreset/isengard/throneoforthanc.png',

View File

@@ -24,16 +24,17 @@ import java.util.List;
/**
* 4
* •Saruman, Mind of Metal
* Isengard Minion • Wizard
* Minion • Wizard
* 8 4 4
* Cunning.
* Lurker.
* At the end of the assignment phase, add (1) for each threat.
* Shadow: Exert Saruman to play Sarumans Staff from your discard pile.
* http://lotrtcg.org/coreset/isengard/sarumanmom(r1).png
*/
public class Card20_237 extends AbstractMinion {
public Card20_237() {
super(4, 8, 4, 4, Race.WIZARD, Culture.ISENGARD, "Saruman", "Mind of Metal", true);
addKeyword(Keyword.CUNNING);
addKeyword(Keyword.LURKER);
}
@Override