mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Distember of the Blood [EMN] bug fix
This commit is contained in:
parent
0f8d25fb41
commit
bb3828ce0c
1 changed files with 0 additions and 1 deletions
|
@ -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}")));
|
||||
|
|
Loading…
Reference in a new issue