- Converted Demystify; Disenchant; Naturalize & Shatter from code to keyword.

- Added eight LQ pic urls for the newest cards.
This commit is contained in:
jendave
2011-08-06 03:08:38 +00:00
parent 2f6aeeede8
commit fc8b7bf9f8
4 changed files with 20 additions and 1 deletions

View File

@@ -15653,6 +15653,8 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Shatter"))
{
@@ -15705,7 +15707,9 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(runtime);
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Disenchant") || cardName.equals("Naturalize"))
{
@@ -15800,7 +15804,9 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(runtime);
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Demystify"))
{
@@ -15848,6 +15854,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(runtime);
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************