fixed an error

This commit is contained in:
Evan Kranzler 2022-05-23 10:18:42 -04:00
parent 906b87f757
commit c89f22ac52

View file

@ -38,7 +38,7 @@ public final class ThrakkusTheButcher extends CardImpl {
this.addAbility(TrampleAbility.getInstance());
// Whenever Thrakkus the Butcher attacks, double the power of each dragon you control until end of turn.
this.addAbility(new AttacksTriggeredAbility());
this.addAbility(new AttacksTriggeredAbility(new ThrakkusTheButcherEffect()));
}
private ThrakkusTheButcher(final ThrakkusTheButcher card) {