mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Commented out the now unused code block for spDestroyAll.
This commit is contained in:
@@ -3071,6 +3071,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
|
|
||||||
// Generic destroy all card
|
// Generic destroy all card
|
||||||
|
/* Cards converted to AF_DestroyAll
|
||||||
if(hasKeyword(card, "spDestroyAll") != -1) {
|
if(hasKeyword(card, "spDestroyAll") != -1) {
|
||||||
int n = hasKeyword(card, "spDestroyAll");
|
int n = hasKeyword(card, "spDestroyAll");
|
||||||
|
|
||||||
@@ -3188,6 +3189,7 @@ public class CardFactory implements NewConstants {
|
|||||||
card.addSpellAbility(spDstryAll);
|
card.addSpellAbility(spDstryAll);
|
||||||
|
|
||||||
}//spDestroyAll
|
}//spDestroyAll
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Generic bounce target card
|
// Generic bounce target card
|
||||||
|
|||||||
Reference in New Issue
Block a user