mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Text edit
This commit is contained in:
parent
10bb8c39fe
commit
d7b36e1736
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ public class HailStorm extends CardImpl {
|
|||
|
||||
// Hail Storm deals 2 damage to each attacking creature and 1 damage to you and each creature you control.
|
||||
this.getSpellAbility().addEffect(new DamageAllEffect(2, new FilterAttackingCreature()));
|
||||
this.getSpellAbility().addEffect(new DamageControllerEffect(1));
|
||||
this.getSpellAbility().addEffect(new DamageAllEffect(1, filter));
|
||||
this.getSpellAbility().addEffect(new DamageControllerEffect(1).setText("and 1 damage to you "));
|
||||
this.getSpellAbility().addEffect(new DamageAllEffect(1, filter).setText("and each creature you control."));
|
||||
}
|
||||
|
||||
public HailStorm(final HailStorm card) {
|
||||
|
|
Loading…
Reference in a new issue