mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Implement "Pure Reflection" card from Invasion.
This commit is contained in:
parent
8fc462a389
commit
f38d3be4df
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ public class Invasion extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Prison Barricade", 25, Rarity.COMMON, mage.cards.p.PrisonBarricade.class));
|
||||
cards.add(new SetCardInfo("Probe", 66, Rarity.COMMON, mage.cards.p.Probe.class));
|
||||
cards.add(new SetCardInfo("Prohibit", 67, Rarity.COMMON, mage.cards.p.Prohibit.class));
|
||||
cards.add(new SetCardInfo("Pure Reflection", 27, Rarity.RARE, mage.cards.p.PureReflection.class));
|
||||
cards.add(new SetCardInfo("Pyre Zombie", 261, Rarity.RARE, mage.cards.p.PyreZombie.class));
|
||||
cards.add(new SetCardInfo("Quirion Elves", 203, Rarity.COMMON, mage.cards.q.QuirionElves.class));
|
||||
cards.add(new SetCardInfo("Quirion Sentinel", 204, Rarity.COMMON, mage.cards.q.QuirionSentinel.class));
|
||||
|
|
Loading…
Reference in a new issue