forked from External/mage
Correct to instant.
This commit is contained in:
parent
ecb2d7cbfe
commit
ca0db01f0f
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…
Add table
Add a link
Reference in a new issue