diff --git a/res/cards.txt b/res/cards.txt index bd03e3262ce..0a4e3ec51ae 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,15 @@ +Duress +B +Sorcery +no text +spDiscardOpp:RevealYouChoose/Artifact.nonCreature.nonLand,Enchantment.nonCreature,Instant,Planeswalker,Sorcery:1:Target opponent reveals his or her hand. Choose a noncreature, nonland card from it. That player discards that card.:Duress - opponent reveals hand and discards a card + +Ostracize +B +Sorcery +no text +spDiscardOpp:RevealYouChoose/Creature:1:Target opponent reveals his or her hand. Choose a creature card from it. That player discards that card.:Ostracize - opponent reveals hand and discards a card + Distress B B Sorcery @@ -24094,11 +24106,6 @@ Creature Illusion When Dream Stalker comes into play, return a permanent you control to its owner's hand. 1/5 -Duress -B -Sorcery -Target opponent reveals his or her hand. Choose a noncreature, nonland card from it. That player discards that card. - Fleetfoot Panther 1 G W Creature Cat @@ -24205,11 +24212,6 @@ At the beginning of your upkeep, you may look at the top card of your library. I 3/2 Flying -Ostracize -B -Sorcery -Target opponent reveals his or her hand. Choose a creature card from it. That player discards that card. - Overwhelming Forces 6 B B Sorcery diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 241bdad7445..e26eb1cf704 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -14484,7 +14484,8 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); }//*************** END ************ END ************************** - + +/* //*************** START *********** START ************************** else if(cardName.equals("Duress")) { final SpellAbility spell = new Spell(card) { @@ -14553,7 +14554,9 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell)); }//*************** END ************ END ************************** +*/ +/* //*************** START *********** START ************************** else if(cardName.equals("Ostracize")) { final SpellAbility spell = new Spell(card) { @@ -14615,6 +14618,8 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell)); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Hoofprints of the Stag")) {