forked from External/mage
Color settings removal part 4
This commit is contained in:
parent
efc3501f37
commit
9974cfe070
1740 changed files with 1948 additions and 2039 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue