mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed wrong sets
This commit is contained in:
parent
ba8532ea86
commit
0bc694c94f
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue