mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Converted Coercion from code to keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user