forked from External/mage
fix Twitching Doll counter type
small refactor to CountersSourceCount for counters of any type
This commit is contained in:
parent
3738165ad2
commit
23a8434552
7 changed files with 8 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue