mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
fixed Chime of Night ability not triggering
This commit is contained in:
parent
7f51656b0a
commit
96ff91b00f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.cards.c;
|
package mage.cards.c;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -46,6 +45,7 @@ public final class ChimeOfNight extends CardImpl {
|
||||||
// When Chime of Night is put into a graveyard from the battlefield, destroy target nonblack creature.
|
// When Chime of Night is put into a graveyard from the battlefield, destroy target nonblack creature.
|
||||||
ability = new PutIntoGraveFromBattlefieldSourceTriggeredAbility(new DestroyTargetEffect(), false);
|
ability = new PutIntoGraveFromBattlefieldSourceTriggeredAbility(new DestroyTargetEffect(), false);
|
||||||
ability.addTarget(new TargetPermanent(filter));
|
ability.addTarget(new TargetPermanent(filter));
|
||||||
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChimeOfNight(final ChimeOfNight card) {
|
public ChimeOfNight(final ChimeOfNight card) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue