mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fixed an error
This commit is contained in:
parent
906b87f757
commit
c89f22ac52
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue