mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Contingency Plan is just a Sorcery
This commit is contained in:
parent
4a162dd609
commit
2a8b117f34
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ public class ContingencyPlan extends CardImpl {
|
|||
public ContingencyPlan(UUID ownerId) {
|
||||
super(ownerId, 52, "Contingency Plan", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{1}{U}");
|
||||
this.expansionSetCode = "EMN";
|
||||
this.supertype.add("Sorcery");
|
||||
|
||||
// Look at the top five cards of your library. Put any number of them into your graveyard and the rest back on top of your library in any order.
|
||||
this.getSpellAbility().addEffect(new LookLibraryAndPickControllerEffect(new StaticValue(5), false, new StaticValue(5),
|
||||
|
|
Loading…
Reference in a new issue