mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
fix Type and Name problems with Selenia, Dark Angel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name:Selenia Dark Angel
|
||||
Name:Selenia, Dark Angel
|
||||
ManaCost:3 W B
|
||||
Types:Creature Angel
|
||||
Types:Legendary Creature Angel
|
||||
Text:no text
|
||||
PT:3/3
|
||||
K:Flying
|
||||
|
||||
@@ -10293,7 +10293,7 @@ public class CardFactory_Creatures {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Selenia Dark Angel")) {
|
||||
else if(cardName.equals("Selenia, Dark Angel")) {
|
||||
|
||||
final SpellAbility ability = new Ability(card, "0") {
|
||||
@Override
|
||||
@@ -10315,8 +10315,8 @@ public class CardFactory_Creatures {
|
||||
};
|
||||
|
||||
card.addSpellAbility(ability);
|
||||
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.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.");
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user