mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Tibalt's Rager missing death trigger
This commit is contained in:
parent
79b3428026
commit
d48bae964d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public final class TibaltsRager extends CardImpl {
|
|||
// When Tibalt's Rager dies, it deals 1 damage to any target.
|
||||
Ability ability = new DiesTriggeredAbility(new DamageTargetEffect(1, "it"));
|
||||
ability.addTarget(new TargetAnyTarget());
|
||||
this.addAbility(ability);
|
||||
|
||||
// {1}{R}: Tibalt's Rager gets +2/+0 until end of turn.
|
||||
this.addAbility(new SimpleActivatedAbility(
|
||||
|
|
Loading…
Reference in a new issue