mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
commit
7ac35ebfbe
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ import mage.target.targetpointer.FixedTarget;
|
||||||
public class HarshMentor extends CardImpl {
|
public class HarshMentor extends CardImpl {
|
||||||
|
|
||||||
public HarshMentor(UUID ownerId, CardSetInfo setInfo) {
|
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("Human");
|
||||||
this.subtype.add("Cleric");
|
this.subtype.add("Cleric");
|
||||||
|
|
Loading…
Reference in a new issue