Typo in 4R157 "Leechcraft"

This commit is contained in:
PhallenCassidy
2021-03-21 19:24:45 -04:00
committed by GitHub
parent 6834d5d3cf
commit 8cf772674e

View File

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card4_157 extends AbstractAttachable {
public Card4_157() {
super(Side.SHADOW, CardType.CONDITION, 0, Culture.ISENGARD, null, "Leechraft");
super(Side.SHADOW, CardType.CONDITION, 0, Culture.ISENGARD, null, "Leechcraft");
addKeyword(Keyword.SPELL);
}