fixed wrong sets

This commit is contained in:
BetaSteward 2010-12-16 00:06:18 -05:00
parent ba8532ea86
commit 0bc694c94f
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ public class Assassinate extends CardImpl<Assassinate> {
public Assassinate(UUID ownerId) {
super(ownerId, 128, "Assassinate", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{2}{B}");
this.expansionSetCode = "M10";
this.expansionSetCode = "10E";
this.color.setBlack(true);
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter));
this.getSpellAbility().addEffect(new DestroyTargetEffect());

View file

@ -48,7 +48,7 @@ public class BirdsOfParadise extends CardImpl<BirdsOfParadise> {
public BirdsOfParadise(UUID ownerId) {
super(ownerId, 252, "Birds of Paradise", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{G}");
this.expansionSetCode = "M10";
this.expansionSetCode = "10E";
this.subtype.add("Bird");
this.color.setGreen(true);
this.power = new MageInt(0);