mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user