fix Twitching Doll counter type

small refactor to CountersSourceCount for counters of any type
This commit is contained in:
xenohedron 2024-09-06 21:02:59 -04:00
parent 3738165ad2
commit 23a8434552
7 changed files with 8 additions and 25 deletions

View file

@ -15,9 +15,7 @@ public class CountersSourceCount implements DynamicValue {
/**
* Number of counters of any type on the source permanent
*/
public CountersSourceCount() {
this((CounterType) null);
}
public static final CountersSourceCount ANY = new CountersSourceCount((CounterType) null);
/**
* Number of counters of the specified type on the source permanent