Skip to content

Commit

Permalink
fix [WHO] Rose Tyler missing a time counter predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Susucre committed Oct 21, 2023
1 parent 284ef8a commit b87d8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/r/RoseTyler.java
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit b87d8d6

Please sign in to comment.