mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[AFC] fixed Bag of Devouring - NPE on rules/database generation;
This commit is contained in:
parent
e25d287864
commit
a76a006065
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public final class BagOfDevouring extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{B}");
|
||||
|
||||
// Whenever you sacrifice another nontoken artifact or creature, exile it.
|
||||
this.addAbility(new SacrificePermanentTriggeredAbility(new ExileTargetForSourceEffect(), filter, true));
|
||||
this.addAbility(new SacrificePermanentTriggeredAbility(new ExileTargetForSourceEffect().setText("exile it"), filter, true));
|
||||
|
||||
// {2}, {T}, Sacrifice another artifact or creature: Draw a card.
|
||||
Ability ability = new SimpleActivatedAbility(new DrawCardSourceControllerEffect(1), new GenericManaCost(2));
|
||||
|
|
Loading…
Reference in a new issue