mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Edited cost
This commit is contained in:
parent
3121b2782f
commit
c940aa72df
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import mage.constants.SuperType;
|
|||
public class DrJuliusJumblemorph extends CardImpl {
|
||||
|
||||
public DrJuliusJumblemorph(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{W}{G}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}{W}");
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
|
Loading…
Reference in a new issue