* Dust to Dust - Fixed tooltip text.

This commit is contained in:
LevelX2 2016-02-08 16:15:46 +01:00
parent c7c6c1fa4b
commit 6b20f7733a
3 changed files with 24 additions and 5 deletions

View file

@ -109,7 +109,7 @@ public class DestroyTargetEffect extends OneShotEffect {
return staticText;
}
StringBuilder sb = new StringBuilder();
if (mode.getTargets().size() == 0) {
if (mode.getTargets().isEmpty()) {
sb.append("destroy that creature"); //TODO add possibility to specify text with targetPointer usage
} else {
Target target;