forked from External/mage
dies triggers improves:
* tests: added additional tests and verify/runtime checks for wrong die trigger settings; * refactor: removed some usage of short LKI ; * fixed dies events support in "or trigger" and "conditional trigger" (use cases like sacrifice cost); * fixed dies events support in shared triggered abilities (use cases like sacrifice cost);
This commit is contained in:
parent
a2ed52b8de
commit
66b338c6fc
18 changed files with 233 additions and 63 deletions
|
|
@ -15,7 +15,7 @@ import java.util.*;
|
|||
*/
|
||||
public abstract class NthTargetPointer extends TargetPointerImpl {
|
||||
|
||||
private static final List<UUID> emptyTargets = Collections.unmodifiableList(new ArrayList<>(0));
|
||||
private static final List<UUID> emptyTargets = Collections.unmodifiableList(new ArrayList<>());
|
||||
|
||||
// TODO: rework to list of MageObjectReference instead zcc
|
||||
private final Map<UUID, Integer> zoneChangeCounter = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue