mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
all spDiscard cards have been converted to AbilityFactory. Commenting out code for spDiscard in CardFactory.java
This commit is contained in:
@@ -843,7 +843,7 @@ public class CardFactory implements NewConstants {
|
||||
} //if (should RegenerateMe)
|
||||
} //while - card has more RegenerateMe - Jungle Troll has two Regenerate keywords
|
||||
*/
|
||||
|
||||
/*
|
||||
if (hasKeyword(card, "spDiscard") != -1)
|
||||
{
|
||||
int n = hasKeyword(card, "spDiscard");
|
||||
@@ -1065,6 +1065,7 @@ public class CardFactory implements NewConstants {
|
||||
}
|
||||
|
||||
}//spDiscardTgt
|
||||
*/
|
||||
|
||||
if (hasKeyword(card, "spAllPump") != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user