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 Brainbite
2 U B 2 U B
Sorcery Sorcery
@@ -20754,11 +20760,6 @@ Cranial Extraction
Sorcery 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. 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 Distress
B B B B
Sorcery Sorcery

View File

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