"Orc Miscreant"

This commit is contained in:
marcins78
2013-02-21 11:55:19 +00:00
parent 5ba06dcb5c
commit f3cde3455a

View File

@@ -16,15 +16,15 @@ import java.util.Collections;
import java.util.List;
/**
* 4
* 3
* Orc Miscreant
* Sauron Minion • Orc
* 10 3 6
* 8 3 6
* At the start of each skirmish involving this minion, you may remove a threat to play a [Sauron] skirmish event from your discard pile.
*/
public class Card20_365 extends AbstractMinion {
public Card20_365() {
super(4, 10, 3, 6, Race.ORC, Culture.SAURON, "Orc Miscreant");
super(3, 8, 3, 6, Race.ORC, Culture.SAURON, "Orc Miscreant");
}
@Override