mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Added Squall Line and it's LQ pic url.
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user