Implemented "can block landwalk as though it didn't have landwalk" and related cards

This commit is contained in:
L_J 2018-03-10 11:52:25 +01:00 committed by GitHub
parent e768a10174
commit a2b0e5a39c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 914 additions and 8 deletions

View file

@ -311,6 +311,7 @@ public class IceAge extends ExpansionSet {
cards.add(new SetCardInfo("Soul Burn", 49, Rarity.COMMON, mage.cards.s.SoulBurn.class));
cards.add(new SetCardInfo("Soul Kiss", 50, Rarity.COMMON, mage.cards.s.SoulKiss.class));
cards.add(new SetCardInfo("Spoils of Evil", 51, Rarity.RARE, mage.cards.s.SpoilsOfEvil.class));
cards.add(new SetCardInfo("Staff of the Ages", 315, Rarity.RARE, mage.cards.s.StaffOfTheAges.class));
cards.add(new SetCardInfo("Stampede", 153, Rarity.RARE, mage.cards.s.Stampede.class));
cards.add(new SetCardInfo("Stonehands", 219, Rarity.COMMON, mage.cards.s.Stonehands.class));
cards.add(new SetCardInfo("Stone Rain", 217, Rarity.COMMON, mage.cards.s.StoneRain.class));