mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
small fix
This commit is contained in:
parent
21d83aad6d
commit
a391a017a0
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ import mage.cards.CardImpl;
|
|||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.constants.Zone;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -25,7 +26,7 @@ public final class DurableCoilbug extends CardImpl {
|
|||
|
||||
// {4}{B}: Return Durable Coilbug from your graveyard to your hand.
|
||||
this.addAbility(new SimpleActivatedAbility(
|
||||
new ReturnSourceFromGraveyardToHandEffect(), new ManaCostsImpl("{4}{B}")
|
||||
Zone.GRAVEYARD, new ReturnSourceFromGraveyardToHandEffect(), new ManaCostsImpl("{4}{B}")
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue