fixed Tibalt's Rager missing death trigger

This commit is contained in:
Evan Kranzler 2019-04-08 08:45:35 -04:00
parent 79b3428026
commit d48bae964d

View file

@ -31,6 +31,7 @@ public final class TibaltsRager extends CardImpl {
// When Tibalt's Rager dies, it deals 1 damage to any target. // When Tibalt's Rager dies, it deals 1 damage to any target.
Ability ability = new DiesTriggeredAbility(new DamageTargetEffect(1, "it")); Ability ability = new DiesTriggeredAbility(new DamageTargetEffect(1, "it"));
ability.addTarget(new TargetAnyTarget()); ability.addTarget(new TargetAnyTarget());
this.addAbility(ability);
// {1}{R}: Tibalt's Rager gets +2/+0 until end of turn. // {1}{R}: Tibalt's Rager gets +2/+0 until end of turn.
this.addAbility(new SimpleActivatedAbility( this.addAbility(new SimpleActivatedAbility(