mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fix manacost
This commit is contained in:
parent
e30a3f8dda
commit
34e0c36e67
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ import mage.target.common.TargetCreatureOrPlayer;
|
||||||
public class FlameJavelin extends CardImpl<FlameJavelin> {
|
public class FlameJavelin extends CardImpl<FlameJavelin> {
|
||||||
|
|
||||||
public FlameJavelin(UUID ownerId) {
|
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.expansionSetCode = "SHM";
|
||||||
|
|
||||||
this.color.setRed(true);
|
this.color.setRed(true);
|
||||||
|
|
|
@ -59,7 +59,7 @@ public class ReaperKing extends CardImpl<ReaperKing> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReaperKing(UUID ownerId) {
|
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.expansionSetCode = "SHM";
|
||||||
this.supertype.add("Legendary");
|
this.supertype.add("Legendary");
|
||||||
this.subtype.add("Scarecrow");
|
this.subtype.add("Scarecrow");
|
||||||
|
|
|
@ -43,7 +43,7 @@ import mage.game.permanent.token.Token;
|
||||||
public class SpectralProcession extends CardImpl<SpectralProcession> {
|
public class SpectralProcession extends CardImpl<SpectralProcession> {
|
||||||
|
|
||||||
public SpectralProcession(UUID ownerId) {
|
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.expansionSetCode = "SHM";
|
||||||
|
|
||||||
this.color.setWhite(true);
|
this.color.setWhite(true);
|
||||||
|
|
Loading…
Reference in a new issue