Skip to content

Commit

Permalink
RingsOfBrighthearth text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssk97 committed Aug 13, 2024
1 parent 7d05886 commit d91e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/r/RingsOfBrighthearth.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @author LevelX2
*/
public final class RingsOfBrighthearth extends CardImpl {
private static final FilterStackObject filter = new FilterActivatedOrTriggeredAbility("an ability that isn't a mana ability");
private static final FilterStackObject filter = new FilterActivatedOrTriggeredAbility("an ability, if it isn't a mana ability");

static {
filter.add(NotManaAbilityPredicate.instance);
Expand Down

0 comments on commit d91e655

Please sign in to comment.