mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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;
|
||||
|
||||
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.
|
||||
ability = new PutIntoGraveFromBattlefieldSourceTriggeredAbility(new DestroyTargetEffect(), false);
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public ChimeOfNight(final ChimeOfNight card) {
|
||||
|
|
Loading…
Reference in a new issue