mirror of
https://github.com/correl/mage.git
synced 2024-12-29 03:00:15 +00:00
Fixed verify failure (#10266)
This commit is contained in:
parent
613cf1b85e
commit
67a0086aa4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class NornsChoirmaster extends CardImpl {
|
|||
this.addAbility(FirstStrikeAbility.getInstance());
|
||||
|
||||
// Whenever a commander you control enters the battlefield or attacks, proliferate.
|
||||
this.addAbility(new EntersBattlefieldOrAttacksAllTriggeredAbility(new ProliferateEffect(false), filter));
|
||||
this.addAbility(new EntersBattlefieldOrAttacksAllTriggeredAbility(new ProliferateEffect(true), filter));
|
||||
}
|
||||
|
||||
private NornsChoirmaster(final NornsChoirmaster card) {
|
||||
|
|
Loading…
Reference in a new issue