Converted the following cards to implemented via keyword and commented out the card object for these cards: Boomerang; Deny Reality; Eye of Nowhere; Rescind; Surging AEther.

This commit is contained in:
jendave
2011-08-06 05:38:03 +00:00
parent 164e57a353
commit 190f8128bb
2 changed files with 38 additions and 30 deletions

View File

@@ -13425,7 +13425,8 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/* Converted to keyword
//*************** START *********** START **************************
else if(cardName.equals("Boomerang") || cardName.equals("Eye of Nowhere") || cardName.equals("Rescind") || cardName.equals("Surging AEther") || cardName.equals("Deny Reality")) {
final SpellAbility spell = new Spell(card) {
@@ -13491,7 +13492,9 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Momentous Fall")) {
final SpellAbility spell = new Spell(card) {