Edited cost

This commit is contained in:
Zzooouhh 2017-12-28 21:59:35 +01:00 committed by GitHub
parent 3121b2782f
commit c940aa72df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);