mirror of
https://github.com/correl/mage.git
synced 2025-03-30 01:03:57 -09:00
parent
4e665d8992
commit
e8b458fc30
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class EtherealChampion extends CardImpl {
|
|||
|
||||
// Pay 1 life: Prevent the next 1 damage that would be dealt to Ethereal Champion this turn.
|
||||
Effect effect = new PreventDamageToSourceEffect(Duration.EndOfTurn, 1);
|
||||
effect.setText("Pay 1 life: Prevent the next 1 damage that would be dealt to {this} this turn");
|
||||
effect.setText("Prevent the next 1 damage that would be dealt to {this} this turn");
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new PayLifeCost(1)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue