mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed test failure
This commit is contained in:
parent
b607944b11
commit
a61125b8bc
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue