- Commented out the now unused spAllPump code.

This commit is contained in:
jendave
2011-08-06 16:05:04 +00:00
parent bb4d34c47f
commit c8e04b6a3d

View File

@@ -884,7 +884,7 @@ public class CardFactory implements NewConstants {
} //while - card has more RegenerateMe - Jungle Troll has two Regenerate keywords } //while - card has more RegenerateMe - Jungle Troll has two Regenerate keywords
*/ */
/* Cards converted to SP$PumpAll
if (hasKeyword(card, "spAllPump") != -1) if (hasKeyword(card, "spAllPump") != -1)
{ {
int n = hasKeyword(card, "spAllPump"); int n = hasKeyword(card, "spAllPump");
@@ -1142,6 +1142,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(bbAllPump); card.addSpellAbility(bbAllPump);
} }
}//spAllPump }//spAllPump
*/
/* Cards converted to AB$PumpAll /* Cards converted to AB$PumpAll
while (hasKeyword(card, "abAllPump") != -1) while (hasKeyword(card, "abAllPump") != -1)