comment out CardFactory code for Armageddon and Ravages of War.

This commit is contained in:
jendave
2011-08-06 10:51:01 +00:00
parent 7bfe53a98d
commit 36b7b356ef

View File

@@ -2822,7 +2822,7 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Armageddon") || cardName.equals("Ravages of War")) {
final SpellAbility spell = new Spell(card) {
@@ -2861,7 +2861,7 @@ public class CardFactory_Sorceries {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************