mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Fixing an issue with the "return to its owner's hand" that was duplicating the target text.
Signed-off-by: Andre Cabaca <andre.cabaca24@gmail.com>
This commit is contained in:
parent
1e889c6a6d
commit
0f6b8bbe9e
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public class ReturnToHandTargetEffect extends OneShotEffect {
|
|||
sb.append(" to their owners' hand");
|
||||
}
|
||||
else {
|
||||
sb.append(target.getTargetName()).append(" to its owner's hand");
|
||||
sb.append(" to its owner's hand");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue