- Commented out the now unused code block for spDestroyAll.

This commit is contained in:
jendave
2011-08-06 12:50:43 +00:00
parent 375ccb2cbf
commit 44f6ba3d2b

View File

@@ -3071,6 +3071,7 @@ public class CardFactory implements NewConstants {
// Generic destroy all card // Generic destroy all card
/* Cards converted to AF_DestroyAll
if(hasKeyword(card, "spDestroyAll") != -1) { if(hasKeyword(card, "spDestroyAll") != -1) {
int n = hasKeyword(card, "spDestroyAll"); int n = hasKeyword(card, "spDestroyAll");
@@ -3188,6 +3189,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spDstryAll); card.addSpellAbility(spDstryAll);
}//spDestroyAll }//spDestroyAll
*/
/* /*
// Generic bounce target card // Generic bounce target card