- Converted Multani's Decree and Righteous Fury to AF

- Commented out spDestroyAll
This commit is contained in:
jendave
2011-08-06 22:45:13 +00:00
parent bf8c3e2202
commit ec0ca3834e
3 changed files with 9 additions and 10 deletions

View File

@@ -557,11 +557,7 @@ public class CardFactory implements NewConstants {
/*
* We have three cards which can not be converted to AF_SP$DestroyAll at this time:
* Fracturing Gust
* Multani's Decree
* Righteous Fury
*/
// Generic destroy all card
if(hasKeyword(card, "spDestroyAll") != -1) {
int n = hasKeyword(card, "spDestroyAll");
@@ -691,7 +687,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spDstryAll);
}//spDestroyAll
*/
if(hasKeyword(card, "SearchRebel") != -1) {