fix Type and Name problems with Selenia, Dark Angel

This commit is contained in:
jendave
2011-08-06 09:12:46 +00:00
parent 513aa7f36b
commit 2a20214a2d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Name:Selenia Dark Angel Name:Selenia, Dark Angel
ManaCost:3 W B ManaCost:3 W B
Types:Creature Angel Types:Legendary Creature Angel
Text:no text Text:no text
PT:3/3 PT:3/3
K:Flying K:Flying

View File

@@ -10293,7 +10293,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Selenia Dark Angel")) { else if(cardName.equals("Selenia, Dark Angel")) {
final SpellAbility ability = new Ability(card, "0") { final SpellAbility ability = new Ability(card, "0") {
@Override @Override
@@ -10315,8 +10315,8 @@ public class CardFactory_Creatures {
}; };
card.addSpellAbility(ability); card.addSpellAbility(ability);
ability.setStackDescription(card.getController() + " returns Selenia Dark Angel back to owner's hand."); ability.setStackDescription(card.getController() + " returns Selenia, Dark Angel back to owner's hand.");
ability.setDescription("Pay 2 life: return Selenia Dark Angel to its owner's hand."); ability.setDescription("Pay 2 life: return Selenia, Dark Angel to its owner's hand.");
}//*************** END ************ END ************************** }//*************** END ************ END **************************