From bb3828ce0ce269b9b66670ee12d9eaadd72141fb Mon Sep 17 00:00:00 2001 From: drmDev Date: Tue, 12 Jul 2016 08:57:09 -0400 Subject: [PATCH] Distember of the Blood [EMN] bug fix --- Mage.Sets/src/mage/sets/eldritchmoon/DistemperOfTheBlood.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/DistemperOfTheBlood.java b/Mage.Sets/src/mage/sets/eldritchmoon/DistemperOfTheBlood.java index 117590492e4..16c4840ac8c 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/DistemperOfTheBlood.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/DistemperOfTheBlood.java @@ -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}")));