mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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
|
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
|
||||||
|
|||||||
@@ -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 **************************
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user