Fix for Harsh Mentor

This commit is contained in:
spjspj 2017-04-17 21:30:21 +10:00
parent 1fcb7d2963
commit f8d222d59b

View file

@ -52,7 +52,7 @@ import mage.target.targetpointer.FixedTarget;
public class HarshMentor extends CardImpl {
public HarshMentor(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "1{R}");
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{R}");
this.subtype.add("Human");
this.subtype.add("Cleric");