"Vicious Olog-hai"

This commit is contained in:
marcins78
2013-02-21 12:04:48 +00:00
parent f725538eda
commit 08137c7e10

View File

@@ -20,13 +20,13 @@ import java.util.List;
* 8
* Vicious Olog-hai
* Sauron Minion • Troll
* 15 4 6
* 13 4 6
* Fierce. Damage +1.
* Regroup: Exert this minion to add a threat.
*/
public class Card20_379 extends AbstractMinion {
public Card20_379() {
super(8, 15, 4, 6, Race.TROLL, Culture.SAURON, "Vicious Olog-hai");
super(8, 13, 4, 6, Race.TROLL, Culture.SAURON, "Vicious Olog-hai");
addKeyword(Keyword.FIERCE);
addKeyword(Keyword.DAMAGE, 1);
}