From 44f6ba3d2b08ccbc4672025a499fcbf0f96d4d90 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 12:50:43 +0000 Subject: [PATCH] - Commented out the now unused code block for spDestroyAll. --- src/forge/CardFactory.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index cf6cf08e87d..c148c6d74d9 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -3071,6 +3071,7 @@ public class CardFactory implements NewConstants { // Generic destroy all card + /* Cards converted to AF_DestroyAll if(hasKeyword(card, "spDestroyAll") != -1) { int n = hasKeyword(card, "spDestroyAll"); @@ -3188,6 +3189,7 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spDstryAll); }//spDestroyAll + */ /* // Generic bounce target card