mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
another batch of text fixes
This commit is contained in:
parent
8c9ecb9b9a
commit
144b261fc2
31 changed files with 36 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue