Adding missing race.
This commit is contained in:
@@ -30,6 +30,7 @@ import java.util.List;
|
||||
public class Card1_127 extends AbstractMinion {
|
||||
public Card1_127() {
|
||||
super(7, 13, 3, 5, Culture.ISENGARD, "Lurtz", "1_127", true);
|
||||
addKeyword(Keyword.URUK_HAI);
|
||||
addKeyword(Keyword.ARCHER);
|
||||
addKeyword(Keyword.DAMAGE, 1);
|
||||
}
|
||||
|
||||
@@ -31,6 +31,7 @@ import java.util.List;
|
||||
public class Card1_143 extends AbstractMinion {
|
||||
public Card1_143() {
|
||||
super(5, 9, 4, 5, Culture.ISENGARD, "Troop of Uruk-hai", "1_143");
|
||||
addKeyword(Keyword.URUK_HAI);
|
||||
addKeyword(Keyword.DAMAGE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user