forked from External/mage
fix test failures
This commit is contained in:
parent
4ca6d6de2c
commit
7db2808d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,6 +50,6 @@ public class AttachTargetToTargetEffect extends OneShotEffect {
|
|||
if (mode.getTargets().size() != 2) {
|
||||
throw new IllegalStateException("It must have two targets, but found " + mode.getTargets().size());
|
||||
}
|
||||
return "attach " + mode.getTargets().get(0).getDescription() + " to " + mode.getTargets().get(0).getDescription();
|
||||
return "attach " + mode.getTargets().get(0).getDescription() + " to " + mode.getTargets().get(1).getDescription();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue