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

@ -58,7 +58,6 @@ public class Scrambleverse extends CardImpl {
super(ownerId, 153, "Scrambleverse", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{6}{R}{R}");
this.expansionSetCode = "M12";
this.color.setRed(true);
// For each nonland permanent, choose a player at random. Then each player gains control of each permanent for which he or she was chosen. Untap those permanents.
this.getSpellAbility().addEffect(new ScrambleverseEffect());