[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:
Susucre 2023-07-31 01:25:43 +02:00 committed by GitHub
parent 263b01e702
commit a53abeaf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 255 additions and 61 deletions

View file

@ -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);
}