mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
- Fixed Scarab Feast.
This commit is contained in:
parent
0c6c81e58b
commit
aa4cf21b13
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue