mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fix
This commit is contained in:
parent
8b82ea1368
commit
094f37200c
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class ConstrictingTendrils extends CardImpl<ConstrictingTendrils> {
|
||||
|
||||
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.color.setBlue(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
|
|
|
@ -52,7 +52,7 @@ public class MoltenFrame extends CardImpl<MoltenFrame> {
|
|||
}
|
||||
|
||||
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.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
|
|
Loading…
Reference in a new issue