fix [WHO] Rose Tyler missing a time counter predicate

This commit is contained in:
Susucre 2023-10-21 17:39:43 +02:00
parent 284ef8a01a
commit b87d8d6a1b

View file

@ -66,6 +66,7 @@ enum RoseTylerValue implements DynamicValue {
static { static {
filter.getPermanentFilter().add(AnotherPredicate.instance); filter.getPermanentFilter().add(AnotherPredicate.instance);
filter.getPermanentFilter().add(CounterType.TIME.getPredicate());
filter.getPermanentFilter().add(TargetController.YOU.getControllerPredicate()); filter.getPermanentFilter().add(TargetController.YOU.getControllerPredicate());
} }