forked from External/mage
* Malcator, Purity Overseer - fixed game error on usage (miss watcher)
This commit is contained in:
parent
a15a0daa04
commit
f9c82bee99
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public final class MalcatorPurityOverseer extends CardImpl {
|
|||
this.addAbility(new BeginningOfEndStepTriggeredAbility(
|
||||
new CreateTokenEffect(new PhyrexianGolemToken()), TargetController.YOU,
|
||||
MalcatorPurityOverseerCondition.instance, false
|
||||
));
|
||||
), new MalcatorPurityOverseerWatcher());
|
||||
}
|
||||
|
||||
private MalcatorPurityOverseer(final MalcatorPurityOverseer card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue