mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Small text change to commander info.
This commit is contained in:
parent
7ff932a91a
commit
e484da4028
2 changed files with 3 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public class CommanderCombatDamageWatcher extends WatcherImpl<CommanderCombatDam
|
|||
sb.append("<b>Commander</b>");
|
||||
Integer castCount = (Integer)game.getState().getValue(sourceId + "_castCount");
|
||||
if (castCount != null) {
|
||||
sb.append(" was ").append(castCount).append(castCount.intValue() == 1 ? " time":" times").append(" casted from the command zone.");
|
||||
sb.append(" ").append(castCount).append(castCount.intValue() == 1 ? " time":" times").append(" casted from the command zone.");
|
||||
}
|
||||
this.addInfo(object, "Commander",sb.toString());
|
||||
for (Map.Entry<UUID, Integer> entry : damageToPlayer.entrySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue