This commit is contained in:
Loki 2010-11-04 21:21:43 +00:00
parent 8b82ea1368
commit 094f37200c
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
public class ConstrictingTendrils extends CardImpl<ConstrictingTendrils> { public class ConstrictingTendrils extends CardImpl<ConstrictingTendrils> {
public ConstrictingTendrils(UUID ownerId) { public ConstrictingTendrils(UUID ownerId) {
super(ownerId, "Constricting Tendrils", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{U}"); super(ownerId, 22, "Constricting Tendrils", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{U}");
this.expansionSetCode = "CON"; this.expansionSetCode = "CON";
this.color.setBlue(true); this.color.setBlue(true);
this.getSpellAbility().addTarget(new TargetCreaturePermanent()); this.getSpellAbility().addTarget(new TargetCreaturePermanent());

View file

@ -52,7 +52,7 @@ public class MoltenFrame extends CardImpl<MoltenFrame> {
} }
public MoltenFrame(UUID ownerId) { public MoltenFrame(UUID ownerId) {
super(ownerId, "Molten Frame", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{R}"); super(ownerId, 69, "Molten Frame", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{R}");
this.expansionSetCode = "CON"; this.expansionSetCode = "CON";
this.color.setRed(true); this.color.setRed(true);
this.getSpellAbility().addTarget(new TargetPermanent(filter)); this.getSpellAbility().addTarget(new TargetPermanent(filter));