Added Squall Line and it's LQ pic url.

This commit is contained in:
jendave
2011-08-06 03:37:08 +00:00
parent 21d8a74009
commit 3b2d847429
3 changed files with 9 additions and 2 deletions

View File

@@ -16840,7 +16840,7 @@ public class CardFactory implements NewConstants {
//*************** START *********** START **************************
else if (cardName.equals("Hurricane"))
else if (cardName.equals("Hurricane") || cardName.equals("Squall Line"))
{
final SpellAbility spell = new Spell(card)
{
@@ -16892,7 +16892,7 @@ public class CardFactory implements NewConstants {
return humanFliers.size() > (compFliers.size() + 2) && AllZone.Computer_Life.getLife() > maxX + 3;
}
};
spell.setDescription("Hurricane deals X damage to each creature with flying and each player.");
spell.setDescription(cardName + " deals X damage to each creature with flying and each player.");
spell.setStackDescription(card + " - deals X damage to each creature with flying and each player.");
card.clearSpellAbility();
@@ -16900,6 +16900,7 @@ public class CardFactory implements NewConstants {
}
//*************** END ************ END **************************
//*************** START *********** START **************************
else if (cardName.equals("Earthquake") || cardName.equals("Rolling Earthquake") || cardName.equals("Fault Line"))
{