Merge pull request #4767 from rscoates/implementDarkBargain

Correct Dark Bargain to instant.
This commit is contained in:
theelk801 2018-04-15 12:02:51 -04:00 committed by GitHub
commit 6d7a3cbf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.