Color settings removal part 2

This commit is contained in:
emerald000 2015-05-20 01:12:42 -04:00
parent 92c90bdaf2
commit 7f7bb1d09c
1757 changed files with 9 additions and 2079 deletions

View file

@ -52,7 +52,6 @@ public class LurkingPredators extends CardImpl {
super(ownerId, 190, "Lurking Predators", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{4}{G}{G}");
this.expansionSetCode = "M10";
this.color.setGreen(true);
// Whenever an opponent casts a spell, reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, you may put that card on the bottom of your library.
this.addAbility(new SpellCastOpponentTriggeredAbility(new LurkingPredatorsEffect(), false));