Minor fix to 4R164 Orthanc Champion
Previously, he was titled "Othanc Champion"
This commit is contained in:
@@ -33,7 +33,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public class Card4_164 extends AbstractMinion {
|
public class Card4_164 extends AbstractMinion {
|
||||||
public Card4_164() {
|
public Card4_164() {
|
||||||
super(5, 12, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Othanc Champion", null, true);
|
super(5, 12, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Orthanc Champion", null, true);
|
||||||
addKeyword(Keyword.DAMAGE);
|
addKeyword(Keyword.DAMAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user