mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
removed comments about punctuation.
This commit is contained in:
parent
120915c949
commit
046d63732d
55 changed files with 70 additions and 72 deletions
|
|
@ -135,7 +135,7 @@ public class RevealCardsFromLibraryUntilEffect extends OneShotEffect {
|
|||
sb.append("a random");
|
||||
|
||||
}
|
||||
sb.append(" order"); //removed punctuation
|
||||
sb.append(" order");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ public class DistributeCountersEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
String name = counterType.getName();
|
||||
String text = "distribute " + CardUtil.numberToText(amount) + ' ' + name + " counters among " + targetDescription; //removed punctuation
|
||||
String text = "distribute " + CardUtil.numberToText(amount) + ' ' + name + " counters among " + targetDescription;
|
||||
if (removeAtEndOfTurn) {
|
||||
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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue