mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
fix menace reminder text
This commit is contained in:
parent
c40971a867
commit
a13fc879af
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class RedcapGutterDweller extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// When Redcap Gutter-Dweller enters the battlefield, create two 1/1 black Rat creature tokens with "This creature can't block."
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new CreateTokenEffect(new RatCantBlockToken(), 2)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue