fixed Stormwild Capridor text

This commit is contained in:
Evan Kranzler 2020-04-20 21:49:38 -04:00
parent 09cf95f793
commit 1f3d516f70

View file

@ -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