- Fixed Scarab Feast.

This commit is contained in:
Jeff 2017-04-18 07:58:25 -05:00
parent 0c6c81e58b
commit aa4cf21b13

View file

@ -16,7 +16,7 @@ import java.util.UUID;
*/
public class ScarabFeast extends CardImpl {
public ScarabFeast(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{B}");
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{B}");
// Exile up to three target cards from a single graveyard.
getSpellAbility().addEffect(new ExileTargetEffect());