Minor fix to 4R164 Orthanc Champion

Previously, he was titled "Othanc Champion"
This commit is contained in:
PhallenCassidy
2017-07-07 08:44:20 -04:00
committed by GitHub
parent d5c20b91eb
commit 56594e20ad

View File

@@ -33,7 +33,7 @@ import java.util.List;
*/
public class Card4_164 extends AbstractMinion {
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);
}