forked from External/mage
[CMM] Implement Descendants' Fury (#10700)
* [CMM] Implement Descendants' Fury * various cleanup * reset watcher on cleanup, in case of 'end the turn' during combat damage step
This commit is contained in:
parent
263b01e702
commit
a53abeaf40
6 changed files with 255 additions and 61 deletions
|
|
@ -29,7 +29,7 @@ public class TargetControlledPermanent extends TargetPermanent {
|
|||
super(minNumTargets, maxNumTargets, filter, notTarget);
|
||||
}
|
||||
|
||||
public TargetControlledPermanent(final TargetControlledPermanent target) {
|
||||
protected TargetControlledPermanent(final TargetControlledPermanent target) {
|
||||
super(target);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue