Converted last three spells from code to keyword: Tribal Flames; Cackling Flames; Douse in Gloom.

This commit is contained in:
jendave
2011-08-06 03:03:11 +00:00
parent 6a10b2b194
commit d0ac568601
3 changed files with 14 additions and 11 deletions

View File

@@ -7267,8 +7267,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Douse in Gloom"))
{
@@ -7323,8 +7322,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
@@ -7860,6 +7858,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Cackling Flames"))
{
@@ -7933,7 +7932,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
@@ -7988,7 +7987,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Tribal Flames"))
{
@@ -8094,7 +8093,8 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Erratic Explosion"))