Converted Duress & Ostracize from code to keyword.

This commit is contained in:
jendave
2011-08-06 05:24:41 +00:00
parent 51cf744868
commit 340dc76ee9
2 changed files with 18 additions and 11 deletions

View File

@@ -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")) {