Create Card31_023.java

This commit is contained in:
PhallenCassidy
2017-06-14 22:22:14 -04:00
committed by GitHub
parent 64bb865cf0
commit 2ce63824e7

View File

@@ -29,7 +29,7 @@ import java.util.List;
public class Card31_023 extends AbstractMinion {
public Card31_023() {
super(4, 9, 3, 3, Race.ORC, Culture.SMAUG, "Azog", "The Defiler", true);
addKeyword(Keyword.DAMAGE, 1);
addKeyword(Keyword.DAMAGE, 1);
addKeyword(Keyword.WARG_RIDER);
}