forked from External/mage
Changing description to match 'enchanted creature' properly now so that Backfire now has the correct reminder text.
This commit is contained in:
parent
98eea3c97b
commit
f461899eec
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class Backfire extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Whenever enchanted creature deals damage to you, Backfire deals that much damage to that creature's controller.
|
||||
this.addAbility(new DealsDamageToAPlayerAttachedTriggeredAbility(new DamageAttachedControllerEffect(new NumericSetToEffectValues("that much", "damage")), "description", false, true, false, TargetController.YOU));
|
||||
this.addAbility(new DealsDamageToAPlayerAttachedTriggeredAbility(new DamageAttachedControllerEffect(new NumericSetToEffectValues("that much", "damage")), "enchanted creature", false, true, false, TargetController.YOU));
|
||||
}
|
||||
|
||||
public Backfire(final Backfire card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue