update wordings so they are not blank

This commit is contained in:
Zach Halpern 2019-01-10 22:14:29 -05:00
parent 1712b05c33
commit 163a5e45d3
7 changed files with 25 additions and 23 deletions

View file

@ -55,7 +55,7 @@ public class TapTargetEffect extends OneShotEffect {
}
if (mode.getTargets().isEmpty()) {
return "";
return "tap target permanent";
}
Target target = mode.getTargets().get(0);