fix manacost

This commit is contained in:
Loki 2011-08-07 20:23:58 +03:00
parent e30a3f8dda
commit 34e0c36e67
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ import mage.target.common.TargetCreatureOrPlayer;
public class FlameJavelin extends CardImpl<FlameJavelin> {
public FlameJavelin(UUID ownerId) {
super(ownerId, 92, "Flame Javelin", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{2R}{2R}{2R}");
super(ownerId, 92, "Flame Javelin", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{2/R}{2/R}{2/R}");
this.expansionSetCode = "SHM";
this.color.setRed(true);

View file

@ -59,7 +59,7 @@ public class ReaperKing extends CardImpl<ReaperKing> {
}
public ReaperKing(UUID ownerId) {
super(ownerId, 260, "Reaper King", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2W}{2U}{2B}{2R}{2G}");
super(ownerId, 260, "Reaper King", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2/W}{2/U}{2/B}{2/R}{2/G}");
this.expansionSetCode = "SHM";
this.supertype.add("Legendary");
this.subtype.add("Scarecrow");

View file

@ -43,7 +43,7 @@ import mage.game.permanent.token.Token;
public class SpectralProcession extends CardImpl<SpectralProcession> {
public SpectralProcession(UUID ownerId) {
super(ownerId, 23, "Spectral Procession", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2W}{2W}{2W}");
super(ownerId, 23, "Spectral Procession", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2/W}{2/W}{2/W}");
this.expansionSetCode = "SHM";
this.color.setWhite(true);