"Orc Savage"

This commit is contained in:
marcins78
2013-02-12 12:25:16 +00:00
parent 2b1a12325f
commit 00afb07331

View File

@@ -17,15 +17,15 @@ import java.util.Collections;
import java.util.List;
/**
* 4
* 3
* Orc Savage
* Sauron Minion • Orc
* 10 3 6
* 9 3 6
* Each time this minion wins a skirmish, you may remove a threat to wound an unbound companion.
*/
public class Card20_369 extends AbstractMinion {
public Card20_369() {
super(4, 10, 3, 6, Race.ORC, Culture.SAURON, "Orc Savage");
super(3, 9, 3, 6, Race.ORC, Culture.SAURON, "Orc Savage");
}
@Override