mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
[AKH] Approach of the Second Sun fix of cast watcher.
This commit is contained in:
parent
430dbdb5f0
commit
b8e952cfb9
2 changed files with 18 additions and 15 deletions
|
|
@ -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 ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue