another batch of text fixes

This commit is contained in:
xenohedron 2023-09-07 01:17:25 -04:00
parent 8c9ecb9b9a
commit 144b261fc2
31 changed files with 36 additions and 42 deletions

View file

@ -88,7 +88,7 @@ public class DistributeCountersEffect extends OneShotEffect {
String number = (amount instanceof StaticValue) ? CardUtil.numberToText(((StaticValue) amount).getValue()) : amount.toString();
String text = "distribute " + number + ' ' + name + " counters among " + targetDescription;
if (removeAtEndOfTurn) {
text += " For each " + name + " counter you put on a creature this way, remove a "
text += ". For each " + name + " counter you put on a creature this way, remove a "
+ name + " counter from that creature at the beginning of the next cleanup step.";
}
return text;