mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08: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}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{B}");
|
||||||
|
|
||||||
// Whenever you sacrifice another nontoken artifact or creature, exile it.
|
// 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.
|
// {2}, {T}, Sacrifice another artifact or creature: Draw a card.
|
||||||
Ability ability = new SimpleActivatedAbility(new DrawCardSourceControllerEffect(1), new GenericManaCost(2));
|
Ability ability = new SimpleActivatedAbility(new DrawCardSourceControllerEffect(1), new GenericManaCost(2));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue