* Fixed a bug that countered spells of creatures with the ability going back to library if going to graveyard (e.g. Legacy Waepon) stayed in hand or caused a java bug instead of going to library.

This commit is contained in:
LevelX2 2015-05-01 14:04:52 +02:00
parent eb6e7f9b46
commit d7c23bbfc0
3 changed files with 43 additions and 1 deletions

View file

@ -56,7 +56,7 @@ public class ManaDrain extends CardImpl {
this.expansionSetCode = "VMA";
this.color.setBlue(true);
// Counter target spell. At the beginning of your next main phase, add {X} to your mana pool, where X is that spell's converted mana cost.
this.getSpellAbility().addTarget(new TargetSpell());
this.getSpellAbility().addEffect(new ManaDrainCounterEffect());