- Added Quag Vampires and Skitter of Lizards to the card object which is used for creatures with Multikicker {cost} cardName + " enters the battlefield with a +1/+1 counter on it for each time it was kicked." This gives us all five of the different color creatures of this type.

- Added 4 LQ pic urls.
This commit is contained in:
jendave
2011-08-06 03:32:47 +00:00
parent 492ad8d873
commit 76ea782664
3 changed files with 22 additions and 1 deletions

View File

@@ -17230,7 +17230,8 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Gnarlid Pack") || cardName.equals("Apex Hawks") || cardName.equals("Enclave Elite"))
else if(cardName.equals("Gnarlid Pack") || cardName.equals("Apex Hawks") || cardName.equals("Enclave Elite") ||
cardName.equals("Quag Vampires") || cardName.equals("Skitter of Lizards"))
{
final Ability ability = new Ability(card, "0") {
@Override