all spDiscard cards have been converted to AbilityFactory. Commenting out code for spDiscard in CardFactory.java

This commit is contained in:
jendave
2011-08-06 12:12:35 +00:00
parent e502f01300
commit 43d7b44e4d

View File

@@ -843,7 +843,7 @@ public class CardFactory implements NewConstants {
} //if (should RegenerateMe) } //if (should RegenerateMe)
} //while - card has more RegenerateMe - Jungle Troll has two Regenerate keywords } //while - card has more RegenerateMe - Jungle Troll has two Regenerate keywords
*/ */
/*
if (hasKeyword(card, "spDiscard") != -1) if (hasKeyword(card, "spDiscard") != -1)
{ {
int n = hasKeyword(card, "spDiscard"); int n = hasKeyword(card, "spDiscard");
@@ -1065,6 +1065,7 @@ public class CardFactory implements NewConstants {
} }
}//spDiscardTgt }//spDiscardTgt
*/
if (hasKeyword(card, "spAllPump") != -1) if (hasKeyword(card, "spAllPump") != -1)
{ {