mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Showstopper text
This commit is contained in:
parent
57229ce7c9
commit
77d99367f5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class Showstopper extends CardImpl {
|
||||||
Target target = new TargetCreaturePermanent(filter2);
|
Target target = new TargetCreaturePermanent(filter2);
|
||||||
ability.addTarget(target);
|
ability.addTarget(target);
|
||||||
Effect effect = new GainAbilityControlledEffect(ability, Duration.EndOfTurn, filter);
|
Effect effect = new GainAbilityControlledEffect(ability, Duration.EndOfTurn, filter);
|
||||||
effect.setText("Until end of turn, creatures you control gain \"When this creature dies, it deals 2 damage to target creature an opponent controls.\" ");
|
effect.setText("Until end of turn, creatures you control gain \"When this creature dies, it deals 2 damage to target creature an opponent controls.\"");
|
||||||
this.getSpellAbility().addEffect(effect);
|
this.getSpellAbility().addEffect(effect);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue