mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Use moveTo instead of add in ChangeZone
This commit is contained in:
@@ -824,7 +824,7 @@ public class AbilityFactory_ChangeZone {
|
||||
tgtC.setController(sa.getActivatingPlayer());
|
||||
}
|
||||
|
||||
AllZone.getZone(destination, pl).add(tgtC);
|
||||
AllZone.GameAction.moveTo(AllZone.getZone(destination, pl), tgtC);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user