mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix for Harsh Mentor
This commit is contained in:
parent
1fcb7d2963
commit
f8d222d59b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue