[AKH] Approach of the Second Sun fix of cast watcher.

This commit is contained in:
LevelX2 2017-04-17 00:44:08 +02:00
parent 430dbdb5f0
commit b8e952cfb9
2 changed files with 18 additions and 15 deletions

View file

@ -75,7 +75,7 @@ public class UntapTargetEffect extends OneShotEffect {
Target target = mode.getTargets().get(0);
StringBuilder sb = new StringBuilder();
sb.append("Untap ");
sb.append("untap ");
if (target.getNumberOfTargets() == 0) {
sb.append("up to ");
}