more card text cleanup

Angel of Salvation, Blinding Flare, Allied Strategies, Footbottom Feast,
Delve, Reinforce, Clockwork *, Choking Sands, Cloud Key, Covetous Dragon
This commit is contained in:
Neil Gentleman 2015-11-28 14:06:43 -08:00
parent ec971140ec
commit 7f2b3b71c2
21 changed files with 35 additions and 31 deletions

View file

@ -132,7 +132,7 @@ public class PreventDamageToTargetMultiAmountEffect extends PreventionEffectImpl
@Override
public String getText(Mode mode) {
StringBuilder sb = new StringBuilder();
sb.append("Prevent the next ").append(amountToPrevent).append(" damage that would be dealt ");
sb.append("prevent the next ").append(amountToPrevent).append(" damage that would be dealt ");
if (duration.equals(Duration.EndOfTurn)) {
sb.append("this turn ");
}