forked from External/mage
[BLB] add missing watcher to Harvestrite Host (fixes #12789)
This commit is contained in:
parent
8c8ab98954
commit
9daef8a935
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.target.common.TargetControlledCreaturePermanent;
|
||||
import mage.watchers.common.AbilityResolvedWatcher;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
|
@ -38,7 +39,7 @@ public final class HarvestriteHost extends CardImpl {
|
|||
2, new DrawCardSourceControllerEffect(1)
|
||||
));
|
||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
this.addAbility(ability, new AbilityResolvedWatcher());
|
||||
}
|
||||
|
||||
private HarvestriteHost(final HarvestriteHost card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue