Corrected subtitle

This commit is contained in:
PhallenCassidy
2017-11-12 06:36:05 -05:00
committed by GitHub
parent 9042ed0402
commit b3564e179b

View File

@@ -39,7 +39,7 @@ import java.util.List;
*/
public class Card30_021 extends AbstractAlly {
public Card30_021() {
super(4, Block.HOBBIT, 3, 8, 4, Race.ELF, Culture.ELVEN, "Elrond", "Herald to Gil-galad", true);
super(4, Block.HOBBIT, 3, 8, 4, Race.ELF, Culture.ELVEN, "Elrond", "Elven Lord", true);
addKeyword(Keyword.WISE);
}