Converted Coercion from code to keyword.

This commit is contained in:
jendave
2011-08-06 05:24:19 +00:00
parent 9de44089e6
commit ce17bebf57
2 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
Coercion
2 B
Sorcery
no text
spDiscardOpp:RevealYouChoose:1:Target opponent reveals his or her hand. You choose a card from it. That player discards that card.:Coercion - opponent reveals hand and discards a card
Brainbite
2 U B
Sorcery
@@ -20754,11 +20760,6 @@ Cranial Extraction
Sorcery
Name a nonland card. Search target player's graveyard, hand, and library for all cards with that name and remove them from the game. Then that player shuffles his or her library.
Coercion
2 B
Sorcery
Target opponent reveals his or her hand. You choose a card from it. That player discards that card.
Distress
B B
Sorcery

View File

@@ -9683,6 +9683,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Coercion")) {
final SpellAbility spell = new Spell(card) {
@@ -9725,7 +9726,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(new Input_PayManaCost(spell));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************