1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 01:08:59 -09:00

Fix menace hint on Exsanguinator Cavalry

This commit is contained in:
PurpleCrowbar 2023-04-18 14:25:27 +01:00
parent f24febe90c
commit 05542f03a4

View file

@ -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());