mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
fixed Stormwild Capridor text
This commit is contained in:
parent
09cf95f793
commit
1f3d516f70
1 changed files with 2 additions and 2 deletions
|
|
@ -54,12 +54,12 @@ class StormwildCapridorEffect extends PreventionEffectImpl {
|
|||
|
||||
StormwildCapridorEffect() {
|
||||
super(Duration.WhileOnBattlefield);
|
||||
staticText = "If damage would be dealt to {this}, prevent that damage. " +
|
||||
"Put a +1/+1 counter on {this} for each 1 damage prevented this way";
|
||||
}
|
||||
|
||||
private StormwildCapridorEffect(final StormwildCapridorEffect effect) {
|
||||
super(effect);
|
||||
staticText = "If damage would be dealt to {this}, prevent that damage. " +
|
||||
"Put a +1/+1 counter on {this} for each 1 damage prevented this way";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue