mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Commented out the now unused spAllPump code.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user