* Daretti, Ingenious Iconoclast - Fixed wrong third text (fixes #4405).

This commit is contained in:
LevelX2 2018-01-13 10:20:35 +01:00
parent 83528369ee
commit 524541040f

View file

@ -284,9 +284,6 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
sb.append("tapped ");
}
sb.append("tokens that are copies of target ");
creature
");
}
if (!mode.getTargets().isEmpty()) {
sb.append(mode.getTargets().get(0).getMessage());