mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
fix [WHO] Rose Tyler missing a time counter predicate
This commit is contained in:
parent
284ef8a01a
commit
b87d8d6a1b
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ enum RoseTylerValue implements DynamicValue {
|
|||
|
||||
static {
|
||||
filter.getPermanentFilter().add(AnotherPredicate.instance);
|
||||
filter.getPermanentFilter().add(CounterType.TIME.getPredicate());
|
||||
filter.getPermanentFilter().add(TargetController.YOU.getControllerPredicate());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue