mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* 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:
parent
eb6e7f9b46
commit
d7c23bbfc0
3 changed files with 43 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue