From ce17bebf577934d8b05281da9e6e4c632c561b55 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:24:19 +0000 Subject: [PATCH] Converted Coercion from code to keyword. --- res/cards.txt | 11 ++++++----- src/forge/CardFactory.java | 5 +++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index d924567972d..9560d44b586 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -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 diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index e91d61c19af..c2db7e66014 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -9682,7 +9682,8 @@ public class CardFactory implements NewConstants { spell.setStackDescription(card.getName() + " - targeting opponent"); }//*************** 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 **************************