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

@ -50,8 +50,6 @@ public class Snakeform extends CardImpl {
super(ownerId, 161, "Snakeform", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{G/U}");
this.expansionSetCode = "EVE";
this.color.setBlue(true);
this.color.setGreen(true);
// Until end of turn, target creature loses all abilities and becomes a green Snake with base power and toughness 1/1.
Effect effect = new BecomesCreatureTargetEffect(new SnakeToken(), true, false, Duration.EndOfTurn);