mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixing converted Bounce cards with Destination of Library to use Destination$ Library | LibraryPosition$ X
This commit is contained in:
@@ -682,7 +682,7 @@ public class AbilityFactory_ChangeZone {
|
||||
sb.append(host.getName()).append(" - ");
|
||||
|
||||
String destination = params.get("Destination");
|
||||
String origin = params.get("Destination");
|
||||
String origin = params.get("Origin");
|
||||
|
||||
StringBuilder sbTargets = new StringBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user