- Added Boggart Birth Rite; Death's Duet; Urborg Uprising via the spRaiseDead keyword

- Sliver Overlord: Cleaned text for ability.setDescription
- Jenara, Asura of War: added missing ability2.setDescription
- Ajani Vengeant: Cleaned text for ability1.setDescription
This commit is contained in:
jendave
2011-08-06 02:52:22 +00:00
parent 87c117c260
commit 8bf4ebf304
3 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,22 @@
Boggart Birth Rite
B
Tribal Sorcery Goblin
no text
spRaiseDead:1/Goblin
Death's Duet
2 B
Sorcery
no text
spRaiseDead:2
Urborg Uprising
4 B
Sorcery
Draw a card.
spRaiseDead:2/Some
Cantrip
Sarkhan Vol
2 R G
Planeswalker - Sarkhan

View File

@@ -14993,6 +14993,7 @@ public class CardFactory_Creatures {
};// ability2
ability2.setStackDescription(card.getName() + " - gets a +1/+1 counter.");
ability2.setDescription("1 W: Put a +1/+1 counter on Jenara, Asura of War.");
card.addSpellAbility(ability2);
}//*************** END ************ END **************************

View File

@@ -2141,7 +2141,7 @@ class CardFactory_Planeswalkers {
}//showMessage()
});
*/
ability1.setDescription("+1: Target permanent doesn't untap during its controller's next untap step..");
ability1.setDescription("+1: Target permanent doesn't untap during its controller's next untap step.");
ability1.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability1));