mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #4767 from rscoates/implementDarkBargain
Correct Dark Bargain to instant.
This commit is contained in:
commit
6d7a3cbf4b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import java.util.UUID;
|
|||
public class DarkBargain extends CardImpl {
|
||||
|
||||
public DarkBargain(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{3}{B}");
|
||||
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{3}{B}");
|
||||
|
||||
|
||||
// Look at the top three cards of your library. Put two of them into your hand and the rest into your graveyard.
|
||||
|
|
Loading…
Reference in a new issue