mirror of
https://github.com/correl/mage.git
synced 2025-03-29 11:43:34 -09:00
Implemented Carrionette
This commit is contained in:
parent
0ccd7e6eff
commit
2d26552865
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class Tempest extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Canyon Drake", 166, Rarity.RARE, mage.cards.c.CanyonDrake.class));
|
||||
cards.add(new SetCardInfo("Canyon Wildcat", 167, Rarity.COMMON, mage.cards.c.CanyonWildcat.class));
|
||||
cards.add(new SetCardInfo("Capsize", 55, Rarity.COMMON, mage.cards.c.Capsize.class));
|
||||
cards.add(new SetCardInfo("Carrionette", 5, Rarity.RARE, mage.cards.c.Carrionette.class));
|
||||
cards.add(new SetCardInfo("Chaotic Goo", 168, Rarity.RARE, mage.cards.c.ChaoticGoo.class));
|
||||
cards.add(new SetCardInfo("Charging Rhino", 112, Rarity.UNCOMMON, mage.cards.c.ChargingRhino.class));
|
||||
cards.add(new SetCardInfo("Chill", 56, Rarity.UNCOMMON, mage.cards.c.Chill.class));
|
||||
|
|
Loading…
Add table
Reference in a new issue