forked from External/mage
update wordings so they are not blank
This commit is contained in:
parent
1712b05c33
commit
163a5e45d3
7 changed files with 25 additions and 23 deletions
|
|
@ -67,7 +67,7 @@ public class UntapTargetEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
if (mode.getTargets().isEmpty()) {
|
||||
return "";
|
||||
return "untap target permanent";
|
||||
}
|
||||
|
||||
Target target = mode.getTargets().get(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue