fixed test failure

This commit is contained in:
Evan Kranzler 2022-01-29 11:44:35 -05:00
parent b607944b11
commit a61125b8bc

View file

@ -49,7 +49,7 @@ public final class SurgehackerMech extends CardImpl {
this.toughness = new MageInt(5);
// Menace
this.addAbility(new MenaceAbility());
this.addAbility(new MenaceAbility(false));
// When Surgehacker Mech enters the battlefield, it deals damage equal to twice the number of Vehicles you control to target creature or planeswalker an opponent controls.
Ability ability = new EntersBattlefieldTriggeredAbility(new DamageTargetEffect(xValue));