mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -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>");
|
sb.append("<b>Commander</b>");
|
||||||
Integer castCount = (Integer)game.getState().getValue(sourceId + "_castCount");
|
Integer castCount = (Integer)game.getState().getValue(sourceId + "_castCount");
|
||||||
if (castCount != null) {
|
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());
|
this.addInfo(object, "Commander",sb.toString());
|
||||||
for (Map.Entry<UUID, Integer> entry : damageToPlayer.entrySet()) {
|
for (Map.Entry<UUID, Integer> entry : damageToPlayer.entrySet()) {
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@ git log 88d8c30b6c3dbf7c90354eccfd04107641c308f1..HEAD --diff-filter=A --name-st
|
||||||
since 1.3.0-2014-04-25
|
since 1.3.0-2014-04-25
|
||||||
git log a1cfd040d74dd6d2100168754961cfebb154f153..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt
|
git log a1cfd040d74dd6d2100168754961cfebb154f153..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt
|
||||||
|
|
||||||
|
since 1.3.0-2014-05-10
|
||||||
|
git log e93cd580dd8ff985fbda018bb5ea652134c1865e..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt
|
||||||
|
|
||||||
3. Copy added_cards.txt to trunk\Utils folder
|
3. Copy added_cards.txt to trunk\Utils folder
|
||||||
4. Run script:
|
4. Run script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue