forked from External/mage
* Dust to Dust - Fixed tooltip text.
This commit is contained in:
parent
c7c6c1fa4b
commit
6b20f7733a
3 changed files with 24 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue