Skip to content

Commit

Permalink
Hide Cruelclaw Menace reminder text
Browse files Browse the repository at this point in the history
  • Loading branch information
ssk97 committed Sep 28, 2024
1 parent d10405f commit eb02530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/t/TheInfamousCruelclaw.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public TheInfamousCruelclaw(UUID ownerId, CardSetInfo setInfo) {
this.toughness = new MageInt(3);

// Menace
this.addAbility(new MenaceAbility());
this.addAbility(new MenaceAbility(false));

// Whenever The Infamous Cruelclaw deals combat damage to a player, exile cards from the top of your library until you exile a nonland card. You may cast that card by discarding a card rather than paying its mana cost.
this.addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new InfamousCruelclawEffect()));
Expand Down

0 comments on commit eb02530

Please sign in to comment.