mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix menace hint on Exsanguinator Cavalry
This commit is contained in:
parent
f24febe90c
commit
05542f03a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class ExsanguinatorCavalry extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Lifelink
|
||||
this.addAbility(LifelinkAbility.getInstance());
|
||||
|
|
Loading…
Reference in a new issue