Color settings removal part 4

This commit is contained in:
emerald000 2015-05-20 04:43:02 -04:00
parent efc3501f37
commit 9974cfe070
1740 changed files with 1948 additions and 2039 deletions

View file

@ -29,12 +29,12 @@
package mage.sets.magic2011;
import java.util.UUID;
import mage.constants.CardType;
import mage.constants.Outcome;
import mage.constants.Rarity;
import mage.abilities.Ability;
import mage.abilities.effects.OneShotEffect;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Outcome;
import mage.constants.Rarity;
import mage.game.Game;
/**
@ -46,7 +46,6 @@ public class BloodTithe extends CardImpl {
public BloodTithe(UUID ownerId) {
super(ownerId, 84, "Blood Tithe", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{B}");
this.expansionSetCode = "M11";
this.getColor().setBlack(true);
this.getSpellAbility().addEffect(new BloodTitheEffect());
}