Distember of the Blood [EMN] bug fix

This commit is contained in:
drmDev 2016-07-12 08:57:09 -04:00
parent 0f8d25fb41
commit bb3828ce0c

View file

@ -59,7 +59,6 @@ public class DistemperOfTheBlood extends CardImpl {
effect.setText("and gains trample until end of turn");
this.getSpellAbility().addEffect(effect);
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
// Madness {R}
this.addAbility(new MadnessAbility(this, new ManaCostsImpl("{R}")));